image_inspect
Retrieves the full inspect details of a local Docker image, including configuration, size, layer digests, and tags.
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 |