https://github.com/project-osrm/osrm-backend-docker
DEPRECATED Part of osrm-backend since 5.7. Docker build files for OSRM
https://github.com/project-osrm/osrm-backend-docker
docker osrm routing routing-engine
Last synced: 8 months ago
JSON representation
DEPRECATED Part of osrm-backend since 5.7. Docker build files for OSRM
- Host: GitHub
- URL: https://github.com/project-osrm/osrm-backend-docker
- Owner: Project-OSRM
- License: bsd-2-clause
- Created: 2016-10-13T22:31:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-01T13:18:15.000Z (almost 9 years ago)
- Last Synced: 2025-03-29T03:51:18.711Z (9 months ago)
- Topics: docker, osrm, routing, routing-engine
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 16
- Watchers: 7
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker recipes for OSRM
The scripts and dockerfiles here are used to produce official OSRM docker images.
The OSRM demo server periodically uses `build-master.sh` to grab the latest `master` code
and publish a new image to DockerHub.
The same Dockerfile can be used for tagged builds.
# Usage
```
./build.sh
```
will build the latest `master` code, and tag the image with `osrm/osrm-backend:master-`
```
./build.sh
```
will build the specified git tag, and tag the docker image as `osrm/osrm-backend:`