From 27a001e73d6c9b7c3e0e95dc0e9e98b6e36cab71 Mon Sep 17 00:00:00 2001 From: Philipp Wahala Date: Wed, 19 Aug 2015 10:53:55 +0200 Subject: [PATCH] Small fix in dev env docs Signed-off-by: Philipp Wahala Upstream-commit: fbc0ea32e87cb760c6402d3ded250e682c60b792 Component: engine --- components/engine/docs/project/set-up-dev-env.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/engine/docs/project/set-up-dev-env.md b/components/engine/docs/project/set-up-dev-env.md index 1055062cbb..9d69cac6ee 100644 --- a/components/engine/docs/project/set-up-dev-env.md +++ b/components/engine/docs/project/set-up-dev-env.md @@ -96,7 +96,7 @@ environment. 1. Open a terminal. - Mac users, use `docker-machine status` to make sure your VM is running. You + Mac users, use `docker-machine status your_vm_name` to make sure your VM is running. You may need to run `eval "$(docker-machine env your_vm_name)"` to initialize your shell environment. @@ -193,7 +193,7 @@ environment. Keeping the ancestor images improves the build performance. When you rebuild the child image, the build process uses the local ancestors rather than retrieving them from the Hub. The build process gets new ancestors only if - DockerHub has updated versions. + Docker Hub has updated versions. ## Start a container and run a test