get_docker_container_top
Retrieve the live process list inside a Docker container by name or ID, optionally passing ps arguments such as aux. Use it to debug container-level process state.
Instructions
Returns the processes running inside a container. Read-only via the Docker API; fatal if the daemon is unreachable or the container is unknown. Use to debug container-level process state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | optional arguments to ps (e.g. aux) | |
| container_id | Yes | container name or ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| errors | No | ||
| titles | Yes | ||
| processes | Yes |