osrm-backend/docker-orchestration
Xun(Perry) Liu 79d565b2ec Feature/docker orchestration perry (#19)
* fix: Fix the issue in shell script to build docker image

- Fix the issue in the if

* fix: Fix the issue in shell script to build docker image

- Fix the issue related with profile, currently use car.lua to build data

* fix: Fix the issue in shell script to build docker image

- Need curl installed in docker image to download pbf file

* fix: Fix the issue in shell script to build docker image

- To download osm data from geofabrik, need ca-certificates otherwise will meet error like:
curl: (77) error setting certificate verify locations

* doc: Add document to record how to use docker-orchestration/osrm-backend
2019-06-18 09:35:52 +08:00
..
osrm-backend Feature/docker orchestration perry (#19) 2019-06-18 09:35:52 +08:00
osrm-backend-dev readme 2019-06-11 23:27:49 +08:00
osrm-frontend-docker feat: Add docker image for OSRM frontend 2019-06-14 17:14:53 -07:00
README.md feat: Add docker image for OSRM frontend 2019-06-14 17:14:53 -07:00

Docker Orchestration

Docker Images

osrm-backend-dev

Base image for telenav osrm-backend development, include all building and running dependencies.
See details in osrm-backend-dev docker.

osrm-backend

Image within built osrm binaries(osrm-extract/osrm-partition/osrm-customize/...) and running dependencies.
See details in osrm-backend docker

osrm-frontend

Image contains web tool to check routing and guidance result.
It uses MapBox GL JS and apply routing response on top of Mapbox vector tiles.
See details in osrm-frontend-docker