docker images --digests

root@ubuntu:~# docker images --digests | grep coredns
coredns/coredns                                          coredns-arm64       sha256:e98e05b50afc6606d3e0a66e264175910651746262e4a4823299ec6c827ef72a   67db404dfc58        3 weeks ago         39.2MB
k8s.gcr.io/coredns                                       1.6.7               <none>                                                                    67db404dfc58        3 weeks ago         39.2MB
registry.aliyuncs.com/google_containers/coredns          1.6.7               sha256:695a5e109604331f843d2c435f488bf3f239a88aec49112d452c1cbf87e88405   67da37a9a360        8 months ago        43.8MB
root@ubuntu:~# docker images --digests coredns/coredns  
REPOSITORY          TAG                 DIGEST                                                                    IMAGE ID            CREATED             SIZE
coredns/coredns     coredns-arm64       sha256:e98e05b50afc6606d3e0a66e264175910651746262e4a4823299ec6c827ef72a   67db404dfc58        3 weeks ago         39.2MB
root@ubuntu:~# 
原文地址:https://www.cnblogs.com/dream397/p/13820521.html