run_command
Run commands inside Docker Compose service containers with real-time output capture and configurable timeouts.
Instructions
Execute a command inside a Docker container service
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | The command to execute in the container | |
| service | No | Docker Compose service name (optional, uses default: laravel_app if not specified) |