Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
buildah-inspect(1)	     General Commands Manual	      buildah-inspect(1)

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

SYNOPSIS
     buildah inspect [options] [--] object

DESCRIPTION
     Prints  the low-level information on Buildah object(s) (e.g. container, im-
     ages, manifest lists) identified by name or ID. By default, this will  ren-
     der 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.

OPTIONS
     --format, -f template

     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, -t container | image | manifest

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

EXAMPLE
     buildah inspect containerID

     buildah inspect --type container containerID

     buildah inspect --type image imageID

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

SEE ALSO
     buildah(1)

buildah 			    May 2017		      buildah-inspect(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=buildah-inspect&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help