https://github.com/dweinstein/node-docker-pull-images
pull multiple images by wrapping docker CLI tool
https://github.com/dweinstein/node-docker-pull-images
Last synced: about 2 months ago
JSON representation
pull multiple images by wrapping docker CLI tool
- Host: GitHub
- URL: https://github.com/dweinstein/node-docker-pull-images
- Owner: dweinstein
- License: mit
- Created: 2016-02-25T21:30:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-10T19:44:53.000Z (about 9 years ago)
- Last Synced: 2025-01-12T03:27:34.898Z (4 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://nodei.co/npm/docker-pull-images/)
[](http://badge.fury.io/js/docker-pull-images)
# SYNOPSIS
Pull images using `child_process.spawn` of docker client.
# USAGE
Example images input (e.g., file named `images.json`):
```
Options:
-i, --infile [path] path to json images to pull.
-h, --help help
``````json
[
{
"name": "registry.foo.bar/thing/foo",
"tag": "dev"
}
]
````$ pull-images --infile images.json`