system_df
Show Docker disk usage breakdown per image, container, volume, and build cache to identify reclaimable space before pruning.
Instructions
Summarize Docker disk usage: layer storage plus per-object sizes for images, containers, volumes, build cache.
Equivalent to docker system df. Use it to find what to reclaim before image_prune /
container_prune / volume_prune / buildx_prune; use system_info for daemon config and
counts rather than sizes. The reply enumerates every object on the daemon, so expect a large
payload on busy hosts.
returns: dict - {"LayersSize", "Images", "Containers", "Volumes", "BuildCache"} with per-object size fields
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||