npm.io
0.1.3 • Published 11 years ago

docker-event-log

Licence
MIT
Version
0.1.3
Deps
3
Vulns
0
Weekly
0
Stars
1

docker-events

Collect docker container events

Install

npm install docker-events --save

Usage

var de = require('docker-events');
var through = require('through2');

de({}).pipe(through.obj(function(chunk, enc, cb) {
  this.push(JSON.stringify(chunk));
  this.push('\n');
  cb();
})).pipe(process.stdout);

Acknowledgements

Sponsored by nearForm.

License

MIT

Keywords