Skip to content

Commit

Permalink
Merge pull request moby#10942 from sdreyesg/patch-1
Browse files Browse the repository at this point in the history
"docker run hello-world" instead of "docker hello-world"
  • Loading branch information
jamtur01 committed Feb 23, 2015
2 parents c23d080 + f37351f commit e8484a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sources/installation/mac.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e8484a3

Please sign in to comment.