image_inspect
Retrieve full configuration details for a single local Docker image: environment variables, entrypoint, exposed ports, size, layer digests, and all associated tags/digests.
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 |