Execute in container
exec_in_containerExecute commands in running containers and return their output, enabling inspection and management of containerized applications.
Instructions
Run a command inside a running container and return its output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Container ID or name | |
| command | Yes | Command and arguments |