logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

buildah-inspect - Display information about working containers or images or manifest lists.

Description

       Prints the low-level information on Buildah object(s) (e.g. container, images, manifest lists) identified
       by  name  or  ID.  By  default, this will render all results in a JSON array. If the container, image, or
       manifest lists have the same name, this will return container JSON for an unspecified type. If  a  format
       is specified, the given template will be executed for each result.

Example

       buildah inspect containerID

       buildah inspect --type container containerID

       buildah inspect --type image imageID

       buildah inspect --format '{{.OCIv1.Config.Env}}' alpine

Name

       buildah-inspect - Display information about working containers or images or manifest lists.

Options

--format, -ftemplate

       Use template as a Go template when formatting the output.

       Users  of  this  option  should  be  familiar  with the ⟨https://golang.org/pkg/text/template/⟩ in the Go
       standard library, and of internals of Buildah's implementation.

       --type, -tcontainer | image | manifest

       Specify whether object is a container, image or a manifest list.

See Also

buildah(1)

buildah                                             May 2017                                  buildah-inspect(1)

Synopsis

buildahinspect [options] [--] object

See Also