Latest Socket ResearchMalicious Chrome Extension Performs Hidden Affiliate Hijacking.Details
Socket
Book a DemoInstallSign in
Socket

whale

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

whale

whale makes docker easier to use

latest
Source
npmnpm
Version
0.1.6
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 16 Aug 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts