A quick and easy diff generator with support for plaintext and formatted diffs of markdown.
Go to file
2015-02-03 13:24:34 -05:00
.gitignore cleanup and generate mongod-start script 2015-01-26 21:06:38 -05:00
docker-run transition towards multi-container setup with a startup script 2015-02-03 13:24:34 -05:00
Dockerfile transition towards multi-container setup with a startup script 2015-02-03 13:24:34 -05:00
LICENSE Initial commit 2015-01-26 11:52:52 -05:00
README.md minor 2015-01-26 21:54:44 -05:00
startup transition towards multi-container setup with a startup script 2015-02-03 13:24:34 -05:00

docker-mean-dev

A docker container for developing mean stack applications

Useage

Build the container with sudo docker build -t 'tag name' . and run with sudo ./docker-run.

The run script will attempt to mount a data volume from the host os from ~/docker/data.

Finally, from the docker container, launch mongod with mongod-start