Compose: pull images
compose_pullPull the latest Docker images for a Compose stack without starting services, enabling rolling updates when combined with deploy_stack.
Instructions
Pull the latest images referenced by a stack without starting it. Pair with deploy_stack to perform a rolling update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Path to a compose file, or a directory containing one (compose.yaml / docker-compose.yml). Relative paths resolve against the server's configured Compose working directory. | |
| project | No | Explicit Compose project name (defaults to the folder name). | |
| services | No | Services to pull (default: all). |