mount gtfs-out in Docker example, closes #45
This commit is contained in:
parent
76c1324353
commit
5ced5e5a50
1 changed files with 5 additions and 1 deletions
|
@ -90,8 +90,12 @@ $ docker run -i --rm \
|
||||||
--volume /path/to/osm/data:/osm \
|
--volume /path/to/osm/data:/osm \
|
||||||
# mount GTFS data
|
# mount GTFS data
|
||||||
--volume /path/to/gtfs/data:/gtfs \
|
--volume /path/to/gtfs/data:/gtfs \
|
||||||
|
# mount default output folder gtfs-out
|
||||||
|
--volume /path/to/output-dir:/gtfs-out \
|
||||||
# tell pfaedle where to find the data
|
# tell pfaedle where to find the data
|
||||||
ghcr.io/ad-freiburg/pfaedle:latest -x /osm/osm-data.xml.bz2 -i /gtfs/myfeed.zip
|
ghcr.io/ad-freiburg/pfaedle:latest \
|
||||||
|
# tell pfaedle where to find the data
|
||||||
|
-x /osm/osm-data.xml.bz2 -i /gtfs/myfeed.zip
|
||||||
```
|
```
|
||||||
|
|
||||||
## Debugging
|
## Debugging
|
||||||
|
|
Loading…
Reference in a new issue