Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

"docker images" does not show this as official documentation. #6651

Unanswered
jarbelix asked this question in Q&A
Discussion options

In the official documentation (https://docs.docker.com/reference/cli/docker/image/ls/), if I want to list the most recent images I should do:


$ docker images
But after Docker version 29.0.0, I get something quite different from the documentation, as shown below:

docker-images

To get the expected result I need to do:
$ docker image list --format "table {{.Repository}}\t{{.Tag}}\t{{.ID}}\t{{.CreatedSince}}\t{{.Size}}"
docker-images-format

This behavior is only happening to me.

You must be logged in to vote

Replies: 5 comments

Comment options

Thanks for reporting! We should update our documentation.

cc @dvdksn

You must be logged in to vote
0 replies
Comment options

I am not sure if this change of format is a good idea in the first place, it might break some scripts.

Why the change?

Should we expect a similar change with the rest of the commands?

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

Quite frankly, I think the new format is terrible. I do not need to see whether the image is in use or not w/this strange "usage" key map on the right, but it is very useful to see the relative created at timestamp, for example. "Content size" and "Extra" are not very useful additions.

You must be logged in to vote
0 replies
Comment options

The new "content size" always appears to be 0B?

Also not a fan of removing the "created/created since" info which was useful to me.

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

AltStyle によって変換されたページ (->オリジナル) /