From 0a056a31faa194998a1d4499c4f6ad292cadd3b3 Mon Sep 17 00:00:00 2001 From: Johan Euphrosine Date: Mon, 6 Oct 2014 15:28:50 -0700 Subject: [PATCH] google: fix typo Docker-DCO-1.1-Signed-off-by: Johan Euphrosine (github: proppy) --- docs/sources/installation/google.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/installation/google.md b/docs/sources/installation/google.md index e3d450e67..cbd1f8b63 100644 --- a/docs/sources/installation/google.md +++ b/docs/sources/installation/google.md @@ -28,7 +28,7 @@ page_keywords: Docker, Docker documentation, installation, google, Google Comput 4. Connect to the instance using SSH: $ 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. This message shows that your installation appears to be working correctly. ...