get_docker_container_top
Retrieve the process list inside a Docker container via Docker API. Debug container-level process state with this read-only tool.
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 |