Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
osrm_backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
XCG
Docker
osrm_backend
Commits
f0330202b952
Commit
f0330202b952
authored
10 years ago
by
Anael Lorimier
Browse files
Options
Downloads
Patches
Plain Diff
Update Readme
parent
bd8685843344
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+4
-2
4 additions, 2 deletions
README.md
with
4 additions
and
2 deletions
README.md
+
4
−
2
View file @
f0330202
...
...
@@ -32,7 +32,7 @@
Run OSRM, and execute the following commands:
$ docker run -ti --rm --volumes-from=osrm-data osrm
.
backend /bin/bash
$ docker run -ti --rm --volumes-from=osrm-data
xcgd/
osrm
-
backend /bin/bash
# Some scripts were deployed in /opt/osrm/bin
...
...
@@ -50,4 +50,6 @@
If you have your OSM map extracted in your data volume, you can run the following:
$ docker run -d -p 9876:5000 --volumes-from=osrm-data --name=osrm_server osrm.backen
$ docker run -d -p 9876:5000 --volumes-from=osrm-data --name=osrm_server xcgd/osrm-backend
Now you can send request on host:9876 according to the API define here: https://github.com/Project-OSRM/osrm-backend/wiki/Server-api
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment