diff options
-rw-r--r-- | content/docker.article | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/docker.article b/content/docker.article index 5b8269e..6d5727c 100644 --- a/content/docker.article +++ b/content/docker.article @@ -156,7 +156,7 @@ Use the [[https://cloud.google.com/sdk/#Quick_Start][gcloud tool]] to create a VM instance running the container: $ gcloud compute instances create outyet \ - --image container-vm-v20140826 \ + --image container-vm-v20140925 \ --image-project google-containers \ --metadata-from-file google-container-manifest=containers.yaml \ --tags http-server \ |