/docker-windshaft

Base Docker image for Windshaft.

Primary LanguageDockerfileApache License 2.0Apache-2.0

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