dubdiff/README.md

13 lines
373 B
Markdown
Raw Normal View History

2015-01-26 17:52:52 +01:00
# docker-mean-dev
2015-01-27 03:54:44 +01:00
2015-01-26 17:52:52 +01:00
A docker container for developing mean stack applications
Useage
2015-01-27 03:53:18 +01:00
======
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`