Dockernize is all about making a better way to communicate with Docker Engine API
You have multiple ways to install Dockernize.
-
NPM
npm install dockernize
-
Yarn
yarn add dockernize
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.