Skip to content
This repository has been archived by the owner on Jan 17, 2018. It is now read-only.

tomtaylor/valhalla-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerfile for Valhalla

This Dockerfile provides an easy way to build and deploy Mapzen's Valhalla, without configuring a full Chef install.

It defaults to using an OSM extract of London, UK, but you can change this if you like, in the Dockerfile.

Run fetch-repos.sh to pull down each Valhalla component into its own subdirectory. You can run this again any time to pull master and any submodules.

To build and run the Docker image:

docker build -t valhalla .
docker run -it -p 8002:8002 valhalla:latest

About

Dockerfile for Mapzen's Valhalla router

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages