Update ad_hoc_gcp.md

update the `image to `image-family`
This commit is contained in:
Ian Munoz 2019-03-19 16:08:39 -06:00 committed by GitHub
parent f3b6aaaedc
commit abf097a9dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ gcloud compute instances create testnet-explorer \
--subnet=default \
--network-tier=PREMIUM \
--tags=https-server \
--image=debian-9 \
--image-family=debian-9 \
--image-project=debian-cloud \
--boot-disk-size=24GB \
--boot-disk-type=pd-standard \