docker-compose pull

From wikieduonline
Revision as of 15:09, 13 January 2023 by ELF (talk | contribs) (→‎Related)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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: