npm-docker-cli
v1.0.0
Published
Tool for building docker images for runnable applications and deploying them to EC2 container service.
Downloads
1
Readme
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