prune_images
Prune dangling or unused Docker images. Run a dry-run to list removable images and reclaimable bytes before acting.
Instructions
[WRITE][risk=high] Prune images (dangling by default). No undo.
dry_run LISTS the images that would be removed and the reclaimable bytes before doing anything.
Args: dangling_only: True (default) prunes only untagged images; False also prunes images unused by any container. dry_run: If True, list what would be removed + reclaimable bytes. target: Target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| dry_run | No | ||
| dangling_only | No |