Skip to content

docker-compose pull command that can fetch the dependencies as well

Notifications You must be signed in to change notification settings

serkanyersen/dcpull

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

docker-compose pull command that can fetch the dependencies as well

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published