Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datawookie/docker-osrm
https://github.com/datawookie/docker-osrm
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/datawookie/docker-osrm
- Owner: datawookie
- Created: 2019-03-21T10:15:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-22T09:23:41.000Z (almost 6 years ago)
- Last Synced: 2024-11-05T04:25:06.434Z (3 months ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
See the official OSRM image [here](https://hub.docker.com/r/osrm/osrm-backend/).
To build:
```
$ docker build -t osrm .
```To run:
```
$ docker run -p 5000:5000 -v `pwd`:/data osrm map.xml
```## Other Implementations
-
-
-
-
-