Display the digests associated with a local image.
Section: Registries and Manifests
Inspect repo digests
bash
bash
docker image inspect nginx:latest --format '{{json .RepoDigests}}'Explanation
Useful when promoting or pinning builds.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Registries and Manifests
Show Docker system info
Display engine-wide diagnostic and configuration information.
Show filesystem changes
Show filesystem changes in a container since it started.