buildah-containers(1) General Commands Manual buildah-containers(1) (NAME) buildah-containers - . (SYNOPSIS) buildah containers [options] (DESCRIPTION) Buildah . (OPTIONS) --all, -a Buildah . Buildah '*' 'BUILDER' . --filter, -f . : +-------------------------+---------------------------------------------------------+ | (Filter) | (Description) | +-------------------------+---------------------------------------------------------+ |id | [] | +-------------------------+---------------------------------------------------------+ |name | [] | +-------------------------+---------------------------------------------------------+ |ancestor | [ ] | | | | | | | | | | +-------------------------+---------------------------------------------------------+ --format Go. Go : +------------------------------------+---------------------------------------+ | (Placeholder) | (Description) | +------------------------------------+---------------------------------------+ |.ContainerID | | +------------------------------------+---------------------------------------+ |.Builder | | | | buildah | | | | +------------------------------------+---------------------------------------+ |.ImageID | | +------------------------------------+---------------------------------------+ |.ImageName | | +------------------------------------+---------------------------------------+ |.ContainerName | | +------------------------------------+---------------------------------------+ --json JSON. --noheading, -n . --notruncate . --quiet, -q . (EXAMPLE) buildah containers CONTAINER ID BUILDER IMAGE ID IMAGE NAME CONTAINER NAME ccf84de04b80 * 53ce4390f2ad registry.access.redhat.com/ub... ubi8-working-container 45be1d806fc5 * 16ea53ea7c65 docker.io/library/busybox:latest busybox-working-container buildah containers --quiet ccf84de04b80c309ce6586997c79a769033dc4129db903c1882bc24a058438b8 45be1d806fc533fcfc2beee77e424d87e5990d3ce9214d6b374677d6630bba07 buildah containers -q --noheading --notruncate ccf84de04b80c309ce6586997c79a769033dc4129db903c1882bc24a058438b8 45be1d806fc533fcfc2beee77e424d87e5990d3ce9214d6b374677d6630bba07 buildah containers --json [ { "id": "ccf84de04b80c309ce6586997c79a769033dc4129db903c1882bc24a058438b8", "builder": true, "imageid": "53ce4390f2adb1681eb1a90ec8b48c49c015e0a8d336c197637e7f65e365fa9e", "imagename": "registry.access.redhat.com/ubi8:latest", "containername": "ubi8-working-container" }, { "id": "45be1d806fc533fcfc2beee77e424d87e5990d3ce9214d6b374677d6630bba07", "builder": true, "imageid": "16ea53ea7c652456803632d67517b78a4f9075a10bfdc4fc6b7b4cbf2bc98497", "imagename": "docker.io/library/busybox:latest", "containername": "busybox-working-container" } ] buildah containers --format "{{.ContainerID}} {{.ContainerName}}" ccf84de04b80c309ce6586997c79a769033dc4129db903c1882bc24a058438b8 ubi8-working-container 45be1d806fc533fcfc2beee77e424d87e5990d3ce9214d6b374677d6630bba07 busybox-working-container buildah containers --format "Container ID: {{.ContainerID}}" Container ID: ccf84de04b80c309ce6586997c79a769033dc4129db903c1882bc24a058438b8 Container ID: 45be1d806fc533fcfc2beee77e424d87e5990d3ce9214d6b374677d6630bba07 buildah containers --filter ancestor=ubuntu CONTAINER ID BUILDER IMAGE ID IMAGE NAME CONTAINER NAME fbfd3505376e * 0ff04b2e7b63 docker.io/library/ubuntu:latest ubuntu-working-container (SEE ALSO) buildah(1) buildah March 2017 buildah-containers(1)