A quick and easy diff generator with support for plaintext and formatted diffs of markdown.
Go to file
2015-01-26 21:52:07 -05:00
.gitignore cleanup and generate mongod-start script 2015-01-26 21:06:38 -05:00
docker-run cleanup and generate mongod-start script 2015-01-26 21:06:38 -05:00
Dockerfile fix readme and comments 2015-01-26 21:52:07 -05:00
LICENSE Initial commit 2015-01-26 11:52:52 -05:00
README.md fix readme and comments 2015-01-26 21:52:07 -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