-
Notifications
You must be signed in to change notification settings - Fork 461
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crictl images
should list all image tags.
#157
Comments
Do It only need to show more? After all crictl already have all image info by client.ListImages. |
like this ?
|
@yanxuean Actually I tried yesterday, docker images doesn't seem to list image pulled by repo digest. Could you verify?
Is this docker images output? I don't remember there is |
ok, i will try it. The example as above is from the docker 's office document. |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently we are listing image by id, and only include the first repo tag.
We should organize the information better.
Docker lists all image tags even they have the same id.
The text was updated successfully, but these errors were encountered: