osrm-backend/docker-orchestration/README.md
CoderBear801 5fcfab1046 feat: Add docker image for OSRM frontend
- docker image contains OSRM frontend and nginx
2019-06-14 17:14:53 -07:00

17 lines
651 B
Markdown

# 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-dev/).
### osrm-backend
Image within built osrm binaries(`osrm-extract/osrm-partition/osrm-customize/...`) and running dependencies.
See details in [osrm-backend docker](./osrm-backend/)
### 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](./osrm-frontend-docker/README.md)