npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

whale

0.1.6

@mafintosh

npmHomeRepoSnykSocket
Downloads:1
$ npm install whale
DailyWeeklyMonthlyYearly

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