1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Oct 25 11:42:23 UTC 2023

This commit is contained in:
Automated 2023-10-25 11:42:23 +00:00
parent a15665661a
commit d34c41a2ce
305 changed files with 5549 additions and 699 deletions

View file

@ -43,22 +43,22 @@ EXAMPLES
To create an instance from a VmImage family, run:
$ gcloud workbench instances create example-instance \
--vm-image-project=deeplearning-platform-release \
--vm-image-family=workbench-image-family \
--vm-image-project=cloud-notebooks-managed \
--vm-image-family=workbench-instances \
--machine-type=n1-standard-4 --location=us-central1-b
To create an instance from a VmImage name, run:
$ gcloud workbench instances create example-instance \
--vm-image-project=deeplearning-platform-release \
--vm-image-name=workbench-image-name \
--vm-image-project=cloud-notebooks-managed \
--vm-image-name=workbench-instances-v20230925-debian-11-py310 \
--machine-type=n1-standard-4 --location=us-central1-b
To create an instance from a Container Repository, run:
$ gcloud workbench instances create example-instance \
--container-repository=gcr.io/deeplearning-platform-release/\
base-cpu --container-tag=test-tag --machine-type=n1-standard-4 \
base-cpu --container-tag=latest --machine-type=n1-standard-4 \
--location=us-central1-b
POSITIONAL ARGUMENTS