Skip to content

csanz/dockeasy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dockeasy

Super simple and easy to use docker CLI for purging, building, bootstrapping and deploying new containers

🐳 🐳 🐳 🐳 🐳

installation

  $ [sudo] npm install dockeasy -g

Configure

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/bin

Create 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_DIRECTORY

Purging

  $ dockeasy purge

Or if you also wish to include volumes you can run this

  $ dockeasy purge --full

Building

  $ dockeasy build

Bootsrap

  $ dockeasy boot

About

simple and easy to use docker CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published