From 97d5f59c3fd829ff6998637fdd4173414f6fe9da Mon Sep 17 00:00:00 2001 From: Adam Brown Date: Tue, 10 Feb 2015 01:10:53 -0500 Subject: [PATCH] add questionable run script \n update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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