From f37351f9e88e077b2a1b219cd412e781ebb2ef9c Mon Sep 17 00:00:00 2001 From: sdreyesg Date: Sun, 22 Feb 2015 14:51:32 -0800 Subject: [PATCH] Update mac.md I just tried this guide. I had to use "docker run hello-world" instead of "docker run" Signed-off-by: Dario Galvis --- docs/sources/installation/mac.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/installation/mac.md b/docs/sources/installation/mac.md index dfdc67a779..cddb6dc25f 100644 --- a/docs/sources/installation/mac.md +++ b/docs/sources/installation/mac.md @@ -83,7 +83,7 @@ application: Once the launch completes, you can run `docker` commands. A good way to verify your setup succeeded is to run the `hello-world` container. - $ docker hello-world + $ docker run hello-world Unable to find image 'hello-world:latest' locally 511136ea3c5a: Pull complete 31cbccb51277: Pull complete @@ -146,7 +146,7 @@ Initialize and run `boot2docker` from the command line, do the following: 5. Run the `hello-world` container to verify your setup. - $ docker hello-world + $ docker run hello-world ## Basic Boot2Docker Exercises