Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

readme.md

Valhalla Docker Documentation

docker login ghcr.io

docker pull ghcr.io/gis-ops/docker-valhalla/valhalla:latest

docker run -it --rm valhalla

docker run -it --rm valhalla:latest valhalla

docker run -it --name valhalla -p 8002:8002 -v $PWD/valhalla:/custom_files/ -e serve_tiles=True -e build_admins=True ghcr.io/gis-ops/docker-valhalla/valhalla:latest

docker exec -it --name valhalla /bin/sh

References

https://ikespand.github.io/posts/meili/

https://github.com/gis-ops/docker-valhalla

https://github.com/gis-ops/docker-valhalla#container-recipes

https://stackoverflow.com/questions/66159042/using-docker-image-from-github-registry-is-unauthorized

https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry

https://docs.github.com/en/packages/learn-github-packages/introduction-to-github-packages#authenticating-to-github-packages

https://docs.github.com/de/packages/working-with-a-github-packages-registry/working-with-the-container-registry