get_docker_system_snapshot
Retrieve a full Docker system snapshot: containers, images, live stats, disk usage, and networks in a single read-only API call. If any part fails, the error is included without compromising the rest.
Instructions
Returns a combined Docker snapshot: containers, images, running stats, disk usage, and networks. Read-only via the Docker API. Per-part failures land in the errors field; the call still succeeds. Heaviest Docker call - prefer narrower get_docker_* tools for a specific question.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| info | Yes | ||
| stats | Yes | ||
| errors | No | ||
| disk_usage | Yes |