Pārlūkot izejas kodu

Merge pull request #8426 from proppy/patch-12

google: fix typo
James Turnbull 10 gadi atpakaļ
vecāks
revīzija
92a9b87a57
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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:
 
         $ 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.
 	...