buildah containers - List the working containers and their base images.
buildah containers [options [...]]
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.
--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.
buildah containers
buildah containers --quiet
buildah containers -q --noheading --notruncate
buildah containers --json
buildah(1)