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);
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    1

Package Sidebar

Install

npm i fokker

Weekly Downloads

1

Version

0.0.1

License

BSD-2-Clause

Last publish

Collaborators

  • teemow