Signed-off-by: Dawn Chen <dawnchen@google.com>
| ... | ... |
@@ -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 |
|