mirror of
https://github.com/containers/skopeo.git
synced 2026-07-14 22:28:37 +00:00
1. Sort options so they are in alphabet order 2. Remove extra lines of code for options parsing that really do not accomplish anything. 3. Remove variables when they are not necessary, I.E. Don't create a variable to hold an option that is only used once, use the option instead. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #267 Approved by: <username_without_leading_@>
905 B
905 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
--digests
Show the image digests.
--filter, -f=[]
Filter output based on conditions provided (default []). Valid keywords are 'dangling', 'label', 'before' and 'since'.
--format="TEMPLATE"
Pretty-print images using a Go template. Will override --quiet
--json
Display the output in JSON format.
--noheading, -n
Omit the table headings from the listing of images.
no-trunc
Do not truncate output.
--quiet, -q
Displays only the image IDs.
EXAMPLE
buildah images
buildah images --json
buildah images --quiet
buildah images -q --noheading --notruncate
buildah images --filter dangling=true
SEE ALSO
buildah(1)