docker-pull-images

1.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i docker-pull-images

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • dweinstein