image_inspect
Get complete Docker inspect data for a single local image, including config, size, layer digests, and all tags. Ideal for detailed image analysis.
Instructions
Return the full inspect detail for a single local image.
Includes config (env, entrypoint, exposed ports), size, layer digests (RootFS.Layers),
and all tags/digests referencing it (RepoTags/RepoDigests). For a quick overview of
many images use image_list instead. For the per-layer build history (which command
produced each layer) use image_history. Only inspects images already present locally —
for a remote image's manifest without pulling it use image_registry_data or
registry_manifest.
args: id_or_name - Image name (with optional tag/digest) or id
returns: dict - Full image inspect attrs (equivalent to docker inspect on an image)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_or_name | Yes |