image/tree: Allow image names to overflow instead of truncating by vvoland · Pull Request #6675 · docker/cli (original) (raw)

Users were experiencing poor UX when image names were truncated in the table output.

Instead of cutting off long image names with ellipsis, the names now wrap to the next line to ensure full visibility.

Before

image

After

image

- Human readable description for the release notes

docker image ls no longer truncates the image names.

- A picture of a cute animal (not mandatory but encouraged)