docker image ls --digests

Category: Docker

docker image ls --digests

List images including their digests

Adds the digest column, the content hash uniquely identifying each image version. Digests let you reference images immutably, for example myrepo/myapp@sha256:abc123. Useful for auditing what is actually pulled.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.