mirror of
https://github.com/containers/skopeo.git
synced 2026-07-14 22:28:37 +00:00
524 B
524 B
buildah-images "1" "March 2017" "buildah"
NAME
buildah images - List images in local storage.
SYNOPSIS
buildah images [options [...]]
DESCRIPTION
Displays locally stored images, their names, and their IDs.
OPTIONS
--noheading, -n
Omit the table headings from the listing of images.
--notruncate
Do not truncate output.
--quiet, -q
Lists only the image IDs.
EXAMPLE
buildah images
buildah images --quiet
buildah images -q --noheading --notruncate
SEE ALSO
buildah(1)