Skip to content

azavea/docker-windshaft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-windshaft

Docker Repository on Quay.io Apache V2 License

A Dockerfile based off of node:0.10-slim that installs CartoDB's Windshaft.

Usage

First, build the container:

$ docker build -t quay.io/azavea/windshaft:latest .

From there, assuming you have a local Windshaft server at server/server.js, you can run a container with:

$ docker run --rm -v ${PWD}/server:/opt/windshaft/server/ \
    quay.io/azavea/windshaft:latest server/server.js