https://github.com/simbiose/valhalla-container
valhalla router docker container
https://github.com/simbiose/valhalla-container
Last synced: 7 days ago
JSON representation
valhalla router docker container
- Host: GitHub
- URL: https://github.com/simbiose/valhalla-container
- Owner: simbiose
- License: lgpl-3.0
- Created: 2018-01-28T00:23:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-28T15:51:50.000Z (about 8 years ago)
- Last Synced: 2025-01-04T21:18:16.656Z (over 1 year ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
- License: LICENSE
Awesome Lists containing this project
README
# valhalla-container
## build docker image
```
$ docker build -t valhalla .
```
## run docker
```
$ docker run -it -v $(pwd)/data:/data/valhalla --name router \
-m 3000m --memory-swap 3000m --oom-kill-disable valhalla
```