get_docker_info
List all Docker containers and images, including stopped ones, via a read-only Docker API call. Use it to get a quick Docker inventory on your Linux system.
Instructions
Returns Docker containers (including stopped) and images. Read-only via the Docker API. Fatal if the daemon is unreachable. Use for a Docker inventory; get_docker_system_snapshot for a fuller view.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| errors | No | ||
| images | Yes | ||
| containers | Yes |