0.0.1 • Published 7 years ago
dockeasy v0.0.1
dockeasy
super simple and easy to use docker CLI for purging, building, bootstrapping and deploying new containers
installation
$ [sudo] npm install dockeasy -gConfigure
Create a Dockeasy file inside the root directory of your app, this transforms your project into an easy docker build. Add the name and the app location and the rest is easy. See example
NAME example-app
APP ./app/src/binCreate your Dockerfile file and drop inside the root directory.
You can download some example builds here
Usage
Navigate to the build directory and start using dockeasy
$ cd BUILD_DIRECTORYPurging
$ dockeasy purgeBuilding
$ dockeasy buildBootsrap
$ dockeasy boot0.0.1
7 years ago