Просмотр исходного кода

Merge pull request #10942 from sdreyesg/patch-1

"docker run hello-world" instead of "docker hello-world"
James Turnbull 10 лет назад
Родитель
Сommit
e8484a3438
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      docs/sources/installation/mac.md

+ 2 - 2
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