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



  • 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
    

Log in to reply
 

© Lightnetics 2024