mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 07:29:40 +00:00
45 lines
974 B
Text
45 lines
974 B
Text
|
|
NAME
|
||
|
|
gcloud beta container images - list and manipulate Google Container
|
||
|
|
Registry images
|
||
|
|
|
||
|
|
SYNOPSIS
|
||
|
|
gcloud beta container images COMMAND [GCLOUD_WIDE_FLAG ...]
|
||
|
|
|
||
|
|
DESCRIPTION
|
||
|
|
(BETA) List and manipulate Google Container Registry images.
|
||
|
|
|
||
|
|
GCLOUD WIDE FLAGS
|
||
|
|
These flags are available to all commands: --help.
|
||
|
|
|
||
|
|
Run $ gcloud help for details.
|
||
|
|
|
||
|
|
COMMANDS
|
||
|
|
COMMAND is one of the following:
|
||
|
|
|
||
|
|
add-tag
|
||
|
|
(BETA) Adds tags to existing image.
|
||
|
|
|
||
|
|
delete
|
||
|
|
(BETA) Delete existing images.
|
||
|
|
|
||
|
|
describe
|
||
|
|
(BETA) Lists container analysis data for a given image.
|
||
|
|
|
||
|
|
list
|
||
|
|
(BETA) List existing images.
|
||
|
|
|
||
|
|
list-tags
|
||
|
|
(BETA) List tags and digests for the specified image.
|
||
|
|
|
||
|
|
untag
|
||
|
|
(BETA) Remove existing image tags.
|
||
|
|
|
||
|
|
NOTES
|
||
|
|
This command is currently in beta and might change without notice. These
|
||
|
|
variants are also available:
|
||
|
|
|
||
|
|
$ gcloud container images
|
||
|
|
|
||
|
|
$ gcloud alpha container images
|
||
|
|
|