1.0.1 • Published 8 years ago

docker-pull-images v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

NPM

npm version

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