docker_status
Check Docker health and resources by listing containers, images, networks, volumes, and live CPU/memory stats. Get a quick overview or detailed status, with clear reports if Docker is missing or stopped.
Instructions
Inspect Docker containers, images, networks, volumes, and resource usage. Gracefully reports if Docker is not installed or the daemon is stopped. The 'overview' action gives a quick summary; 'stats' shows live CPU/memory per container.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | What to show: - 'overview': Container summary + disk usage (default) - 'containers': Detailed container list (including stopped) - 'images': List all images - 'stats': Live resource usage per container (snapshot) - 'networks': List Docker networks - 'volumes': List Docker volumes | overview |
| filter | No | Filter containers/images by name (substring match). |