fix Docker file (build *and* run on bookworm), install libzip, zlib and libbz2, delete obsolete push-docker-image.sh, update README

This commit is contained in:
Patrick Brosi 2024-02-15 08:53:23 +01:00
parent 9a5fc2abdf
commit a6b09de921
3 changed files with 6 additions and 11 deletions

View file

@ -81,16 +81,17 @@ run.
## via Docker
You can use the [`adfreiburg/pfaedle` Docker image](https://hub.docker.com/r/adfreiburg/pfaedle) by mounting the OSM & GTFS data into the container:
You can use the [Docker image](https://github.com/orgs/ad-freiburg/packages/container/package/pfaedle) by mounting the OSM & GTFS data into the container:
```shell
docker pull ghcr.io/ad-freiburg/pfaedle:latest
docker run -i --rm \
# mount OSM data
--volume /path/to/osm/data:/osm \
# mount GTFS data
--volume /path/to/gtfs/data:/gtfs \
# tell pfaedle where to find the data
adfreiburg/pfaedle -x /osm/osm-data.xml -i /gtfs
ghcr.io/ad-freiburg/pfaedle:latest -x /osm/osm-data.xml.bz2 -i /gtfs/myfeed.zip
```
## Debugging