container_top
Display running processes inside a Docker container. Specify the container ID or name and optional ps arguments to get process list.
Instructions
Show the running processes inside a container.
args: id_or_name - The container id or name ps_args - Arguments to pass to ps inside the container returns: dict - Output of the top command
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ps_args | No | ||
| id_or_name | Yes |