Browse code

full url to GCE image

Docker-DCO-1.1-Signed-off-by: Adam Singer <financeCoding@gmail.com> (github: financeCoding)

Adam Singer authored on 2014/06/20 14:01:10
Showing 1 changed files
... ...
@@ -21,7 +21,7 @@ page_keywords: Docker, Docker documentation, installation, google, Google Comput
21 21
    (select a zone close to you and the desired instance size)
22 22
 
23 23
         $ gcloud compute instances create docker-playground \
24
-          --image projects/google-containers/global/images/container-vm-v20140522 \
24
+          --image https://www.googleapis.com/compute/v1/projects/google-containers/global/images/container-vm-v20140522 \
25 25
           --zone us-central1-a \
26 26
           --machine-type f1-micro
27 27