Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 878 Bytes

File metadata and controls

48 lines (27 loc) · 878 Bytes

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

--json

Output in JSON format.

--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.

--all, -a

List information about all containers, including those which were not created by and are not being used by buildah.

EXAMPLE

buildah containers

buildah containers --quiet

buildah containers -q --noheading --notruncate

buildah containers --json

SEE ALSO

buildah(1)