1.0.24-alpha • Published 5 years ago

dockernize v1.0.24-alpha

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

Dockernize

npm version

Dockernize is all about making a better way to communicate with Docker Engine API

Installation

You have multiple ways to install Dockernize.

  • NPM

    	```npm install dockernize```
  • Yarn

    	```yarn add dockernize```

API

This package contain the following base level API's

NodeSyntaxDescription
Enginedocker.engineQuery about the engine
Imagesdocker.imagesQuery about the images

You can get more details about the API in our wiki section.

License

License: GPL v3