1.0.9 • Published 5 years ago

@therockstorm/docker-cli v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago