image/tree: Sort image tree by name instead of creation date by vvoland · Pull Request #6595 · docker/cli (original) (raw)
- related to: image/list: Show collapsed tree by default #6566
Sort images alphabetically by their repository tags rather than by creation date.
When an image has multiple tags, they are sorted internally and the first tag is used as the representative for sorting the image in the list. Untagged images are placed at the end.
- What I did
- How I did it
- How to verify it
- Human readable description for the release notes
docker image ls --tree now sorts images alphabetically by name instead of by creation date
- A picture of a cute animal (not mandatory but encouraged)