1.0.9 • Published 6 years ago

@therockstorm/docker-cli v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

Docker CLI

npm Build Status license

Docker CLI

Installing

npm install @therockstorm/docker-cli --save

API Reference

Usage: docker-cli [options] [command] [arg...]

  Options:
    -v, --version   output the version number
    --tag <string>  optional image tag
    -h, --help      output usage information

  Commands:
    build <image>    build docker container
    publish <image>  build and publish docker container

Example

docker-cli publish therockstorm/test-image --tag $(git rev-parse HEAD)

Developing

# Install dependencies
nvm install && nvm use && npm install

# Run tests and lint
npm test

License

MIT © Rocky Warren

1.0.9

6 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago