1.0.1 • Published 10 years ago
docker-pull-images v1.0.1
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[
{
"name": "registry.foo.bar/thing/foo",
"tag": "dev"
}
]$ pull-images --infile images.json
