macropin / docker-strider

Strider-CD Docker Image
https://hub.docker.com/r/macropin/strider/
MIT License
13 stars 13 forks source link
ci-cd docker-image strider

Strider-CD Docker

Build Status

Possibly the best Dockerfile for Strider-CD.

Features

Usage

The most straight forward usage is via Docker links:

docker run -d --name mongo mongo
docker run -d --name smtp -e MAILNAME=test panubo/postfix
docker run -d --name strider -p 3000:3000 --link mongo --link smtp docker.io/macropin/strider:latest

Then go point your browser at http://localhost:3000.

Environment variables

These are the base Strider variables. Docker links can be use in place of configuring the SMTP and MongoDB services:

Initial config variables. If these are defined then they will be used to create an admin account:

Status

Stable.