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-gcr-usage
        List Container Registry usage.

     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

