docker_top
View the list of processes running in a Docker container from the host machine without entering the container.
Instructions
List the processes running inside a Docker container, read from the host. Read-only: no exec, no TTY
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Container name to inspect | |
| server | No | Remote server name from config (optional, runs locally if omitted) |