diff --git a/README.md b/README.md index d87de4e..7d1bf61 100755 --- a/README.md +++ b/README.md @@ -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` \ No newline at end of file