Browse code

Small fix in dev env docs

Signed-off-by: Philipp Wahala <philipp.wahala@gmail.com>

Philipp Wahala authored on 2015/08/19 17:53:55
Showing 1 changed files
... ...
@@ -96,7 +96,7 @@ environment.
96 96
 
97 97
 1. Open a terminal.
98 98
 
99
-    Mac users, use `docker-machine status` to make sure your VM is running. You
99
+    Mac users, use `docker-machine status your_vm_name` to make sure your VM is running. You
100 100
     may need to run `eval "$(docker-machine env your_vm_name)"` to initialize your
101 101
     shell environment.
102 102
 
... ...
@@ -193,7 +193,7 @@ environment.
193 193
     Keeping the ancestor images improves the build performance. When you rebuild
194 194
     the child image, the build process uses the local ancestors rather than
195 195
     retrieving them from the Hub. The build process gets new ancestors only if
196
-    DockerHub has updated versions.
196
+    Docker Hub has updated versions.
197 197
 
198 198
 ## Start a container and run a test
199 199