npm-docker-cli

Tool for building docker images for runnable applications and deploying them to EC2 container service.


License
Unlicense
Install
npm install npm-docker-cli@1.0.0

Documentation

NPM Docker CLI

Usage

Building docker image

The following command should be executed from the derectory, which contains package.json and Dockerfile.

npm-docker-cli build

Deploying docker image to EC2 container service

Docker image should be built beforehand.

The following command should be executed from the derectory, which contains package.json and deployment.json.

npm-docker-cli deploy