Project-OSRM / osrm-backend-docker

DEPRECATED Part of osrm-backend since 5.7. Docker build files for OSRM
BSD 2-Clause "Simplified" License
16 stars 10 forks source link

Document how to hook in the frontend #4

Closed daniel-j-h closed 7 years ago

daniel-j-h commented 7 years ago

We should quickly explain in the Dockerhub Readme how to hook up the frontend to the container. Otherwise users only have the json response to play with through curl.

Maybe even bundle a frontend version in sync. with the backend and with a customizable port from the outside?

https://github.com/Project-OSRM/osrm-frontend

daniel-j-h commented 7 years ago

Closing here. Part of osrm-backend now.

Also working on a frontend Docker image in https://github.com/Project-OSRM/osrm-frontend/pull/225 - should be as easy as

docker run -p 8080:9966 osrm/osrm-frontend:latest