浏览代码

google: fix typo

Docker-DCO-1.1-Signed-off-by: Johan Euphrosine <proppy@google.com> (github: proppy)
Johan Euphrosine 10 年之前
父节点
当前提交
0a056a31fa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/sources/installation/google.md

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