From 726af737bd99f7170848cc70e3695d3b5978433c Mon Sep 17 00:00:00 2001 From: Adam Brown Date: Mon, 26 Jan 2015 21:54:44 -0500 Subject: [PATCH] minor --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9f0d1e0..d87de4e 100755 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ # 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 ./docker-run` +Build the container with `sudo docker build -t 'tag name' .` and run with `sudo ./docker-run`. The run script will attempt to mount a data volume from the host os from `~/docker/data`.