summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/podman-images.1.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/podman-images.1.md b/docs/podman-images.1.md
index 4c0073425..eb9712588 100644
--- a/docs/podman-images.1.md
+++ b/docs/podman-images.1.md
@@ -40,6 +40,9 @@ Do not truncate output.
Lists only the image IDs.
+**--sort**
+
+Sort by id, repository, size, tag or time (default: time)
## EXAMPLE
@@ -120,6 +123,16 @@ REPOSITORY TAG IMAGE ID CREATED SIZE
]
```
+```
+# podman images --sort repository
+REPOSITORY TAG IMAGE ID CREATED SIZE
+<none> <none> 2460217d76fc About a minute ago 4.41MB
+docker.io/library/alpine latest 3fd9065eaf02 5 months ago 4.41MB
+localhost/myapp latest b2e0ad03474a About a minute ago 4.41MB
+registry.access.redhat.com/rhel7 latest 7a840db7f020 2 weeks ago 211MB
+registry.fedoraproject.org/fedora 27 801894bc0e43 6 weeks ago 246MB
+```
+
## SEE ALSO
podman(1)