.nh .TH buildah-inspect "1" "May 2017" "buildah" .SH NAME .PP buildah-inspect - Display information about working containers or images or manifest lists. .SH SYNOPSIS .PP \fBbuildah inspect\fP [\fIoptions\fP] [\fB--\fP] \fIobject\fP .SH DESCRIPTION .PP 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. .SH OPTIONS .PP \fB--format\fP, \fB-f\fP \fItemplate\fP .PP Use \fItemplate\fP as a Go template when formatting the output. .PP Users of this option should be familiar with the \[la]https://golang.org/pkg/text/template/\[ra] in the Go standard library, and of internals of Buildah's implementation. .PP \fB--type\fP, \fB-t\fP \fBcontainer\fP | \fBimage\fP | \fBmanifest\fP .PP Specify whether \fIobject\fP is a container, image or a manifest list. .SH EXAMPLE .PP buildah inspect containerID .PP buildah inspect --type container containerID .PP buildah inspect --type image imageID .PP buildah inspect --format '{{.OCIv1.Config.Env}}' alpine .SH SEE ALSO .PP buildah(1)