image_list
Lists Docker images stored locally in the daemon, with options to filter by repository, dangling state, or other attributes. Use to inspect available images and identify build leftovers.
Instructions
List images in the daemon's local store.
Local only — for a registry's contents use registry_tags / hub_tags, and image_search
to find images on Docker Hub. Dangling (untagged) build leftovers show with
filters={"dangling": True}.
args:
repository - Only show images of this repository
all - Show intermediate image layers
filters - Filter by attributes (label, dangling, before, since, etc.)
returns: list - One summary dict per image ({"Id", "RepoTags", "RepoDigests", "Created",
"Size", "Labels", ...}); use image_inspect for a full inspect payload
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | ||
| filters | No | ||
| repository | No |