Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
FACT Europe Road Distance
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Container Registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FACT
FACT Data Services
FACT Europe Road Distance
Commits
6471f3e7
Commit
6471f3e7
authored
2 months ago
by
Riccardo Boero
Browse files
Options
Downloads
Patches
Plain Diff
update README
parent
b063676f
Branches
main
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+18
-5
18 additions, 5 deletions
README.md
with
18 additions
and
5 deletions
README.md
+
18
−
5
View file @
6471f3e7
...
...
@@ -10,11 +10,24 @@ Open Source Routing Machine (OSRM) with Europe Open Street Map (OSM) data.
---
## Use
1.
Pull the image:
> docker pull registry.git.nilu.no/fact/data/fact_road_eu:latest
2.
Run this data service:
> podman run -t -i --name fact_road_eu -p 5001:5001 -d registry.git.nilu.no/fact/data/fact_road_eu:latest
1.
Through the command line:
```
bash
docker pull registry.git.nilu.no/fact/data/fact_road_eu:latest
docker run
-t
-i
--name
fact_road_eu
-p
5001:5001
-d
registry.git.nilu.no/fact/data/fact_road_eu:latest
```
2.
Through a docker-compose file:
```
yaml
version
:
'
3.8'
services
:
fact_road_eu
:
image
:
registry.git.nilu.no/fact/data/fact_road_eu:latest
container_name
:
fact_road_eu
ports
:
-
"
5001:5001"
restart
:
unless-stopped
```
which could be executed with
`docker-compose up fact_road_eu -d`
.
***
## Specifications
...
...
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