docker_compose
Manage Docker Compose services by performing actions like starting, stopping, viewing logs, checking status, restarting, and building containers.
Instructions
Manage Docker Compose services
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | Docker Compose action to perform | |
build | No | Build images before starting (for up action) | |
detach | No | Run in detached mode | |
service | No | Specific service name (optional) |