get_container_status
Retrieve structured Docker container status including name, image, state, ports, and age. Provides error handling if Docker is unavailable.
Instructions
Return structured docker-ps output: per-container name, image, state, status, ports, age.
Shells out to docker ps with a tab-separated format string. Returns a list of containers plus a summary dict. Read-only — does not stop/restart anything.
Returns {"error": "..."} if docker isn't installed or the docker socket is unreachable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||