system_info
Retrieve Docker daemon system-wide information, including container and image counts, storage/logging drivers, and swarm role, to assess environment health without shell access.
Instructions
Return system-wide Docker information, like docker info.
Daemon runtime state: container/image counts, storage and logging drivers, swarm role, and
daemon warnings. Use system_version for version/API level and system_df for disk usage.
returns: dict - {"Containers", "Images", "Driver", "ServerVersion", "Swarm", "Warnings", ...}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||