mirror of
https://github.com/containers/skopeo.git
synced 2026-07-13 20:52:53 +00:00
add more flags to `buildah images` and `buildah rmi`, and write tests Signed-off-by: Ryan Cole <rcyoalne@gmail.com> Closes: #155 Approved by: rhatdan
767 B
767 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
--json Display the output in JSON format.
--digests
Show image digests
--filter, -f=[]
Filter output based on conditions provided (default [])
--format="TEMPLATE"
Pretty-print images using a Go template. Will override --quiet
--noheading, -n
Omit the table headings from the listing of images.
no-trunc
Do not truncate output.
--quiet, -q
EXAMPLE
buildah images
buildah images --json
buildah images --quiet
buildah images -q --noheading --notruncate
SEE ALSO
buildah(1)