images --size

Add a --size option to podman images to allow for disabling computing
the size of listed images.  If listing images is critical to
performance, user may chose to turn off size computation to speed things
up.

Context: #13755
Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
Valentin Rothberg
2022-04-08 09:52:55 +02:00
parent 4bd35cb01f
commit e133a06d2f
10 changed files with 56 additions and 11 deletions

View File

@ -100,6 +100,10 @@ Omit the table headings from the listing of images.
Lists only the image IDs.
#### **--size**
Compute and display the size of each image. The default is true. Computing the size of images can be costly. If listing images is critical to performance, consider turning off size-computation via `--size=false`.
#### **--sort**=*sort*=*created*
Sort by created, id, repository, size or tag (default: created)