Difference between revisions of "Docker-compose pull"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 7: Line 7:
 
* <code>[[docker-compose down]] && [[docker-compose build]] --pull && [[docker-compose up]] -d</code>
 
* <code>[[docker-compose down]] && [[docker-compose build]] --pull && [[docker-compose up]] -d</code>
  
<pre>
 
docker-compose pull --help
 
Pulls images for services defined in a Compose file, but does not start the containers.
 
  
Usage: pull [options] [--] [SERVICE...]
+
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
  
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
 
</pre>
 
  
  

Revision as of 10:33, 18 April 2021

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: