Skip to content
This repository has been archived by the owner on Nov 11, 2017. It is now read-only.

TerraSeer/docker-windshaft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Docker Windshaft

A Docker image with Windshaft and its dependencies preinstalled.

Installation

  1. Install Docker and Compose.

  2. Clone this repository and change the working directory.

    git clone https://github.com/TerraSeer/docker-windshaft.git
    cd docker-windshaft
  3. Build and start the services.

    docker build .

Usage

Use this as a base Docker image using the FROM instruction.

FROM terraseer/windshaft:latest

You can also choose a prebuilt tag.

FROM terraseer/windshaft:0.19.4

Support

Please open an issue for support.

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request.

Releases

No releases published

Packages

No packages published