get_docker_info
Retrieves Docker containers and images for inventory. Lists running and stopped containers plus available images via read-only Docker API.
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 |