-
Notifications
You must be signed in to change notification settings - Fork 9
Docker Container Usage
To use the provided Docker Container follow these steps:
Pull the docker image.
docker pull ghcr.io/motis-project/soro-s:master
Please supply the required input data (Infrastructure, Timetable) in the following way:
resources/
resources/infrastructure/
resources/timetable/
resources/infrastructure/example_infrastructure_directory/
resources/timetable/example_timetable_directory/
Create a directory named 'resources' and two subdirectories named 'infrastructure' and 'timetable'. Place every infrastructure dataset in a separate directory in 'resources/infrastructure/'. Do the same for the timetable datasets.
Run the docker image and supply the required input data.
docker run -d /path/to/rescources/:/resources -p 8080:8080 ghcr.io/motis-project/soro-s:master
The webinterface is now available at localhost:8080.