Skip to content

teemow/fokker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published