-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
Description
Tell us about your request
i find that i docker container list --latest
quite a bit, and it would be helpful to have the same functionality (aka the --latest
flag) in docker image list
. I imagine the --last
flag would be straightforward to port from container
to image
at the same time.
Which service(s) is this request for?
docker
Are you currently working around the issue?
docker image list --format '{{.CreatedAt}} {{.Repository}} {{.Tag}} {{.ID}}' | sort | head -n1 | cut -d' ' -f5-
Metadata
Metadata
Assignees
Labels
No labels