mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 14:26:34 +00:00
44 lines
845 B
Text
44 lines
845 B
Text
|
|
NAME
|
||
|
|
gcloud container images - list and manipulate Google Container Registry
|
||
|
|
images
|
||
|
|
|
||
|
|
SYNOPSIS
|
||
|
|
gcloud container images COMMAND [GCLOUD_WIDE_FLAG ...]
|
||
|
|
|
||
|
|
DESCRIPTION
|
||
|
|
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
|
||
|
|
Adds tags to existing image.
|
||
|
|
|
||
|
|
delete
|
||
|
|
Delete existing images.
|
||
|
|
|
||
|
|
describe
|
||
|
|
Lists information about the specified image.
|
||
|
|
|
||
|
|
list
|
||
|
|
List existing images.
|
||
|
|
|
||
|
|
list-tags
|
||
|
|
List tags and digests for the specified image.
|
||
|
|
|
||
|
|
untag
|
||
|
|
Remove existing image tags.
|
||
|
|
|
||
|
|
NOTES
|
||
|
|
These variants are also available:
|
||
|
|
|
||
|
|
$ gcloud alpha container images
|
||
|
|
|
||
|
|
$ gcloud beta container images
|
||
|
|
|