docker-compose pull [service...]
Pull service images
Arguments
Name | Description |
---|---|
service |
Options
Name | Description |
---|---|
--ignore-pull-failures | Pull what it can and ignores images with pull failures |
--include-deps | Also pull services declared as dependencies |
--no-parallel | DEPRECATED disable parallel pulling |
--parallel | DEPRECATED pull multiple images in parallel |
--quiet, -q | Pull without printing progress information |