docker buildx imagetools inspect --format '{{json .Manifest}}' myrepo/myapp:latest

Category: Docker

docker buildx imagetools inspect --format '{{json .Manifest}}' myrepo/myapp:latest

Inspect a registry image manifest as JSON

imagetools = buildx's registry-side tooling that reads images directly from the registry without pulling them. --format renders a Go template; {{json .Manifest}} dumps the raw manifest structure. Add --raw to skip parsing entirely.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.