A quick and easy diff generator with support for plaintext and formatted diffs of markdown.
Go to file
2015-02-10 01:10:53 -05:00
.gitignore cleanup and generate mongod-start script 2015-01-26 21:06:38 -05:00
Dockerfile add questionable run script \n update readme 2015-02-10 01:10:08 -05:00
LICENSE Initial commit 2015-01-26 11:52:52 -05:00
mean-dev add questionable run script \n update readme 2015-02-10 01:10:08 -05:00
README.md add questionable run script \n update readme 2015-02-10 01:10:53 -05:00
startup add questionable run script \n update readme 2015-02-10 01:10:08 -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 ./mean-dev. Or, start a whole web development stack with sudo ./startup.

To mount the samba filesystem, try sudo mount -t cifs uid=adamarthurryan forceuid //localserver/_data /mnt/localserver