1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-19 07:15:23 +00:00

gcloud: Wed Sep 24 11:08:57 UTC 2025

This commit is contained in:
Automated 2025-09-24 11:08:57 +00:00
parent 79c9fb4d92
commit 1dea1ef852
168 changed files with 6625 additions and 700 deletions

View file

@ -58,8 +58,13 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) gcloud beta compute instance-templates create-with-container creates
a Compute Engine virtual machine instance template that runs a container
(BETA) (DEPRECATED) The option to deploy a container during VM creation
using the container startup agent is deprecated. Use alternative services
to run containers on your VMs. Learn more at
https://cloud.google.com/compute/docs/containers/migrate-containers.
gcloud beta compute instance-templates create-with-container creates a
Compute Engine virtual machine instance template that runs a container
image. To create an instance template named 'instance-template-1' that runs
the 'busybox' image, run: