1.0.2 • Published 7 years ago

dcpull v1.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

dcpull

This is a little script that will run docker-compose pull SERVICE command and pull all of it's dependencies too.

Usage

Install the script

npm -g install dcpull
# or
yarn global add dcpull

Go to a directory with docker-compose.yml file and run:

dcpull service-name # replace this with actual name

Script will show you all dependencies that will be pulled, you can say yes to continue and pull everything.