You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Image Details section looks like this:
│ Image Details ├────────────────────────────────────────────────────────────────────────────────
Image name: frakman1/test_scratch:0.1
Total Image size: 20 B
Potential wasted space: 0 B
Image efficiency score: 100 %
It would be better if it also icluded:
IMAGE ID
DIGEST
These values are presented when typing docker image ls --digests and would save a step and look more complete.
e.g.:
$docker image ls --digests
REPOSITORY TAG DIGEST IMAGE ID CREATED SIZE
frakman1/test_scratch 0.1 sha256:d037ef408607a7b40baef9c970d7b6b9d902e3202e9fd9257696bd1b7a38f354 21183c6b125f 3 hours ago 20B
The text was updated successfully, but these errors were encountered:
Currently, the Image Details section looks like this:
It would be better if it also icluded:
These values are presented when typing
docker image ls --digests
and would save a step and look more complete.e.g.:
The text was updated successfully, but these errors were encountered: