Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/teemow/fokker


https://github.com/teemow/fokker

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

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