2017-07-29 17:26:21 +00:00
|
|
|
% kpod(1) kpod-images - List images in local storage
|
2017-07-17 13:48:22 +00:00
|
|
|
% Dan Walsh
|
|
|
|
# kpod-images "1" "March 2017" "kpod"
|
2017-06-16 17:24:00 +00:00
|
|
|
|
|
|
|
## NAME
|
2017-07-29 17:26:21 +00:00
|
|
|
kpod images - List images in local storage
|
2017-06-16 17:24:00 +00:00
|
|
|
|
|
|
|
## SYNOPSIS
|
|
|
|
**kpod** **images** [*options* [...]]
|
|
|
|
|
|
|
|
## DESCRIPTION
|
|
|
|
Displays locally stored images, their names, and their IDs.
|
|
|
|
|
|
|
|
## OPTIONS
|
|
|
|
|
|
|
|
**--digests**
|
|
|
|
|
|
|
|
Show image digests
|
|
|
|
|
|
|
|
**--filter, -f=[]**
|
|
|
|
|
|
|
|
Filter output based on conditions provided (default [])
|
|
|
|
|
2017-07-31 18:02:57 +00:00
|
|
|
**--format**
|
2017-06-16 17:24:00 +00:00
|
|
|
|
2017-07-31 18:02:57 +00:00
|
|
|
Change the default output format. This can be of a supported type like 'json'
|
|
|
|
or a Go template.
|
2017-06-16 17:24:00 +00:00
|
|
|
|
|
|
|
**--noheading, -n**
|
|
|
|
|
|
|
|
Omit the table headings from the listing of images.
|
|
|
|
|
|
|
|
**--no-trunc, --notruncate**
|
|
|
|
|
|
|
|
Do not truncate output.
|
|
|
|
|
|
|
|
**--quiet, -q**
|
|
|
|
|
|
|
|
Lists only the image IDs.
|
|
|
|
|
|
|
|
|
|
|
|
## EXAMPLE
|
|
|
|
|
|
|
|
kpod images
|
|
|
|
|
|
|
|
kpod images --quiet
|
|
|
|
|
|
|
|
kpod images -q --noheading --notruncate
|
|
|
|
|
2017-07-31 18:02:57 +00:00
|
|
|
kpod images --format json
|
|
|
|
|
|
|
|
kpod images --format "{{.ID}}"
|
|
|
|
|
2017-08-28 14:59:31 +00:00
|
|
|
kpod images --filter dangling=true
|
|
|
|
|
2017-06-16 17:24:00 +00:00
|
|
|
## SEE ALSO
|
|
|
|
kpod(1)
|
2017-07-17 13:48:22 +00:00
|
|
|
|
|
|
|
## HISTORY
|
|
|
|
March 2017, Originally compiled by Dan Walsh <dwalsh@redhat.com>
|