Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 668 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 668 Bytes

Errbit Docker image

Dockerfile and repository for running errbit in a docker container.

The short version of how to get it running:

docker run -d --name mongodb dockerfile/mongodb
docker run --rm --link mongodb:mongodb griff/errbit seed
docker run -d --name errbit --link mongodb:mongodb -p 3000:3000 griff/errbit

And then point your browser at http://localhost:3000

Configuration

The image supports configuration using environment variables. See the errbit documentation for list of available variables.