nocker-engine

0.0.1 • Public • Published

Docker Engine HTTP wrapper for nodejs

This wrapper makes it easy to control docker engine via nodejs , it utilizes the HTTP API provided by Docker
⚠ Still Under Constructions ⚠.

About

this implementation of docker engine still under Constructions , only the container api is working now,it's strongly typed

example

import DockerApi from 'docker-engine';
const dockerApi = new DockerApi('/var/run/docker.sock');
dockerApi.container.list()
.then((containersList) => {
  console.log(containersList.length);
});

/nocker-engine/

    Package Sidebar

    Install

    npm i nocker-engine

    Weekly Downloads

    0

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    31.6 kB

    Total Files

    26

    Last publish

    Collaborators

    • ahmedkorim