Difference between revisions of "Docker-compose pull"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 1: Line 1:
 +
{{lc}}
 
https://docs.docker.com/compose/reference/pull/
 
https://docs.docker.com/compose/reference/pull/
  

Revision as of 20:55, 31 July 2022

https://docs.docker.com/compose/reference/pull/



docker-compose pull --help
Pulls images for services defined in a Compose file, but does not start the containers.

Usage: pull [options] [--] [SERVICE...]

Options:
    --ignore-pull-failures  Pull what it can and ignores images with pull failures.
    --parallel              Deprecated, pull multiple images in parallel (enabled by default).
    --no-parallel           Disable parallel pulling.
    -q, --quiet             Pull without printing progress information
    --include-deps          Also pull services declared as dependencies


Examples

Related commands

See also

Advertising: