GTFS.pro OpenTripPlanner Container image
You can start the container in any folder with write permissions.
Quick start for all systems
Docker command for Linux / macOS / Windows
sudo docker pull gtfspro/opentripplanner:latest && \
sudo docker run --rm -it -p 8080:8080 gtfspro/opentripplanner:latest https://gtfs.pro//files/uran/improved-gtfs-israel-public-transportation.zip https://gtfs.pro/copy code
You can also run the docker with -d flag instead of -it. The docker downloads gtfs.zip and .osm.pbf files, builds graph.obj and runs otp server automatically on http://localhost:8080
OTP is released under theLGPL license and available at Github.