* 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 |
||
|---|---|---|
| .. | ||
| osrm-backend | ||
| osrm-backend-dev | ||
| osrm-frontend-docker | ||
| README.md | ||
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