Skip to content

Latest commit

 

History

History
41 lines (18 loc) · 825 Bytes

README.md

File metadata and controls

41 lines (18 loc) · 825 Bytes

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

Node Syntax Description
Engine docker.engine Query about the engine
Images docker.images Query about the images

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

License

License: GPL v3