mirror of
https://github.com/containers/podman.git
synced 2025-05-20 16:47:39 +08:00
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:
@ -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)
|
||||
|
Reference in New Issue
Block a user