fokker

0.0.1 • Public • Published

Fokker

Yet another wrapper around the docker REST API. It has a simple API description that can be changed easily.

Example

var Fokker = require("fokker");
var docker = new Fokker({host: "127.0.0.1",port: "4243"});
docker.container.list({all:true}, function(err, containers) {
    console.log(containers);
});

Readme

Keywords

none

Package Sidebar

Install

npm i fokker

Weekly Downloads

1

Version

0.0.1

License

BSD-2-Clause

Last publish

Collaborators

  • teemow