mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #6564 from financeCoding/docs-installation-google-fix
full url to GCE image
This commit is contained in:
commit
c60cde1499
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ page_keywords: Docker, Docker documentation, installation, google, Google Comput
|
||||||
(select a zone close to you and the desired instance size)
|
(select a zone close to you and the desired instance size)
|
||||||
|
|
||||||
$ gcloud compute instances create docker-playground \
|
$ gcloud compute instances create docker-playground \
|
||||||
--image projects/google-containers/global/images/container-vm-v20140522 \
|
--image https://www.googleapis.com/compute/v1/projects/google-containers/global/images/container-vm-v20140522 \
|
||||||
--zone us-central1-a \
|
--zone us-central1-a \
|
||||||
--machine-type f1-micro
|
--machine-type f1-micro
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue