From b868470238ee60032a50f6ed23db3c09b475842b Mon Sep 17 00:00:00 2001 From: haircommander Date: Mon, 11 Jun 2018 16:46:16 -0400 Subject: Added --sort flag to podman image Signed-off-by: haircommander Closes: #937 Approved by: rhatdan --- docs/podman-images.1.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'docs') 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 + 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) -- cgit v1.2.3-54-g00ecf