1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

google: fix typo

Docker-DCO-1.1-Signed-off-by: Johan Euphrosine <proppy@google.com> (github: proppy)
This commit is contained in:
Johan Euphrosine 2014-10-06 15:28:50 -07:00
parent a650ab7f29
commit 0a056a31fa

View file

@ -28,7 +28,7 @@ page_keywords: Docker, Docker documentation, installation, google, Google Comput
4. Connect to the instance using SSH: 4. Connect to the instance using SSH:
$ gcloud compute ssh --zone us-central1-a docker-playground $ gcloud compute ssh --zone us-central1-a docker-playground
$$ docker-playground:~$ sudo docker run hello-world docker-playground:~$ sudo docker run hello-world
Hello from Docker. Hello from Docker.
This message shows that your installation appears to be working correctly. This message shows that your installation appears to be working correctly.
... ...