exec_container
Execute a command inside a running container using its ID or name. Use interactive mode to keep STDIN open for ongoing input.
Instructions
Execute a command in a running container
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Command to execute | |
| container | Yes | Container ID or name | |
| interactive | No | Keep STDIN open even if not attached |