docker_compose_tool
Execute Docker Compose commands to manage containerized applications. Run services, build images, view logs, and control multi-container environments for development workflows.
Instructions
run docker-compose commands
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Docker-compose command to execute | |
| detach | No | Run containers in background (only for 'up' command) | |
| service | No | Specific service to target (optional) |