Difference between revisions of "Docker-compose pull"

From wikieduonline
Jump to navigation Jump to search
 
Line 31: Line 31:
 
* {{Docker-compose operations}}
 
* {{Docker-compose operations}}
 
* <code>[[docker-compose push]]</code>
 
* <code>[[docker-compose push]]</code>
 +
* <code>[[docker-compose rm]]</code>
 
* [[Mediawiki official docker-compose example]]
 
* [[Mediawiki official docker-compose example]]
  

Latest revision as of 15:09, 13 January 2023

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

  • docker-compose pull SERVICE_NAME or docker-compose pull
    • docker-compose pull
    • docker-compose --verbose 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[edit]

Related[edit]

See also[edit]

Advertising: