mirror of
https://github.com/containers/skopeo.git
synced 2026-07-14 05:21:15 +00:00
683 B
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)