|
@@ -27,8 +27,10 @@ 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 busybox echo 'docker on GCE \o/'
|
|
|
|
- docker on GCE \o/
|
|
|
|
|
|
+ $$ docker-playground:~$ sudo docker run hello-world
|
|
|
|
+ Hello from Docker.
|
|
|
|
+ This message shows that your installation appears to be working correctly.
|
|
|
|
+ ...
|
|
|
|
|
|
Read more about [deploying Containers on Google Cloud Platform][5].
|
|
Read more about [deploying Containers on Google Cloud Platform][5].
|
|
|
|
|