Forráskód Böngészése

Update mac.md

'docker hello-world' is not a docker command. 'docker run hello-world' is correct.

Signed-off-by: Markus Kortlang <hyp3rdino@googlemail.com>
hyp3rdino 10 éve
szülő
commit
29b62053c4
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      docs/sources/installation/mac.md

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