https://github.com/serkanyersen/dcpull
docker-compose pull command that can fetch the dependencies as well
https://github.com/serkanyersen/dcpull
dependencies developer-tools docker docker-compose pull
Last synced: 4 months ago
JSON representation
docker-compose pull command that can fetch the dependencies as well
- Host: GitHub
- URL: https://github.com/serkanyersen/dcpull
- Owner: serkanyersen
- Created: 2017-03-20T17:48:57.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-01T21:02:55.000Z (over 8 years ago)
- Last Synced: 2025-10-11T11:07:53.471Z (4 months ago)
- Topics: dependencies, developer-tools, docker, docker-compose, pull
- Language: JavaScript
- Size: 10.7 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```bash
npm -g install dcpull
# or
yarn global add dcpull
```
Go to a directory with `docker-compose.yml` file and run:
```bash
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.