add questionable run script \n update readme

This commit is contained in:
Adam Brown 2015-02-10 01:10:53 -05:00
parent 4562152a20
commit 97d5f59c3f

View File

@ -5,8 +5,8 @@ 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`.
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`
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`