Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

DEPRECATED Part of osrm-backend since 5.7. Docker build files for OSRM

License

Notifications You must be signed in to change notification settings

tiramizoo/osrm-backend-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker recipes for OSRM

The scripts and dockerfiles here are used to produce OSRM docker images.

The original official scripts https://github.com/Project-OSRM/osrm-backend-docker has been adopted by:

Usage

./build.sh

will build the latest master code, and tag the image with osrm/osrm-backend:master-<gitsha>

./build.sh <tag>

will build the specified git tag, and tag the docker image as osrm/osrm-backend:<tag>

Get ready docker file

Ready instance has been pushed to https://hub.docker.com/ to repository tiramizoo/osrm-backend

docker pull tiramizoo/osrm-backend:master-114a1df7

About

DEPRECATED Part of osrm-backend since 5.7. Docker build files for OSRM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 76.2%
  • Shell 23.8%