Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 795 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 795 Bytes

Dynamic Images

To build the Docker image, use the following command:

docker build -t neobility/osrm-backend-docker dynamic

To run the Docker image, use the following command:

docker run -e MAP_URL=https://download.geofabrik.de/europe/romania-latest.osm.pbf -v "./data:/data" neobility/osrm-backend-docker:latest

Prebuilt Images

To build a prebuilt image, use the following command:

docker build --build-arg MAP_URL=https://download.geofabrik.de/europe/romania-latest.osm.pbf -t neobility/osrm-backend-docker:romania prebuilt

To run the prebuilt image, use the following command:

docker run neobility/osrm-backend-docker:romania


Published to Docker Hub under neobility/osrm-backend-docker

https://hub.docker.com/r/neobility/osrm-backend-docker/tags