Browse code

Using container-vm image alias instead of specific name with version.

Signed-off-by: Dawn Chen <dawnchen@google.com>

Dawn Chen authored on 2014/12/11 06:57:02
Showing 1 changed files
... ...
@@ -20,8 +20,7 @@ page_keywords: Docker, Docker documentation, installation, google, Google Comput
20 20
    (select a zone close to you and the desired instance size)
21 21
 
22 22
         $ gcloud compute instances create docker-playground \
23
-          --image container-vm-v20140925 \
24
-          --image-project google-containers \
23
+          --image container-vm \
25 24
           --zone us-central1-a \
26 25
           --machine-type f1-micro
27 26