docker_exec
Execute commands inside running Docker containers for debugging and inspection tasks. Specify container and command to run.
Instructions
Execute command inside a running container. Use for debugging or inspection.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| container | Yes | Container name or ID | |
| command | Yes | Command to execute | |
| user | No | User to run as |