whale

0.1.6 • Public • Published

whale

whale makes docker easier to use

npm install -g whale

Usage

$ whale help

You can also use whale as a node module with similar functionality as the command line tool

var whale = require('whale')
var w = whale('localhost:2375') // insert the address to docker here

var log = w.log('some-container')

log.stdout.pipe(process.stdout)
log.stderr.pipe(process.stderr)

More docs to come. For now see the source for more.

License

MIT

Dependents (0)

Package Sidebar

Install

npm i whale

Weekly Downloads

16

Version

0.1.6

License

MIT

Last publish

Collaborators

  • mafintosh