Browse code

docs/installation/google: update gcloud options

Docker-DCO-1.1-Signed-off-by: Johan Euphrosine <proppy@google.com> (github: proppy)

Johan Euphrosine authored on 2014/07/19 09:15:47
Showing 1 changed files
... ...
@@ -20,7 +20,8 @@ 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 https://www.googleapis.com/compute/v1/projects/google-containers/global/images/container-vm-v20140710 \
23
+          --image container-vm-v20140710 \
24
+          --image-project google-containers \
24 25
           --zone us-central1-a \
25 26
           --machine-type f1-micro
26 27