Files
skopeo/docs/buildah-containers.md
Nalin Dahyabhai aff92e565c Miscellaneous man page updates
Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>

Closes: #67
Approved by: rhatdan
2017-04-14 10:12:01 +00:00

683 B

buildah-containers "1" "March 2017" "buildah"

NAME

buildah containers - List the working containers and their base images.

SYNOPSIS

buildah containers [options [...]]

DESCRIPTION

Lists containers which appear to be buildah working containers, their names and IDs, and the names and IDs of the images from which they were initialized.

OPTIONS

--noheading, -n

Omit the table headings from the listing of containers.

--notruncate

Do not truncate IDs in output.

--quiet, -q

Displays only the container IDs.

EXAMPLE

buildah containers

buildah containers --quiet

buildah containers -q --noheading --notruncate

SEE ALSO

buildah(1)