docker_exec
Run a command inside a running Docker container by providing the container name or ID and the command to execute.
Instructions
Execute a command inside a running container.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | The command to run inside the container. | |
| container | Yes | Container name or ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||