royseto / docker-windshaft

Base Docker image for Windshaft.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-windshaft

A Dockerfile based off of node:6.10-slim that installs CARTO's Windshaft.

This Dockerfile was originally forked from https://github.com/azavea/docker-windshaft. It has been brought up to date to work on current versions of Windshaft and Node.

Usage

First, build the container:

$ docker build -t windshaft .

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/ \
    windshaft server/server.js

About

Base Docker image for Windshaft.

License:Apache License 2.0


Languages

Language:Shell 100.0%