| title | container-compose pull |
|---|---|
| description | Pull service images. |
Pull service images.
container-compose pull [global-options] [options] [services...]| Flag | Shorthand | Type | Default | Description |
|---|---|---|---|---|
--file |
-f |
path | The path to your Docker Compose file | |
--profile |
string | Specify a profile to enable. Can be specified multiple times. | ||
--include-deps |
flag | Also pull images for dependency services | ||
--ignore-pull-failures |
flag | Do not fail if a pull cannot be done | ||
--policy |
string | Override pull policy: always | missing | never |
| Argument | Description |
|---|---|
services |
Services to pull (pulls all image-based services if omitted) |
Pull all images defined in the compose file.
container-compose pullOnly pull the image for the web service.
container-compose pull webPull the web service and all services it depends on.
container-compose pull --include-deps web