node-docker-machine
node-docker-machine copied to clipboard
Programmatic API to Docker Machine.
Did I miss anything or is the 'docker-machine rm' command not available? If so, how do we remove a machine? Thx!
*** βοΈ **Important announcement:** Greenkeeper will be saying goodbye π and passing the torch to Snyk on June 3rd, 2020! [Find out how to migrate to Snyk and more at...
Fix to support args without values.
## The dependency [camel-case](https://github.com/blakeembrey/change-case) was updated from `3.0.0` to `4.0.0`. This version is **not covered** by your **current version range**. If you donβt accept this pull request, your project will...
resolves #27 Still "work in progress"
Is there a way of streaming the output while a command is executed? We're doing this in the `docker-compose` Project: https://github.com/PDMLab/docker-compose/blob/master/src/index.ts#L88 Would you accept a PR for this?
Thanks for this great package. Would you accept a PR providing TypeScript typings?
``` const vm1 = new Machine({ name: "vm1" }); vm1.ssh("docker run user/image", (err, result) => { if (err) throw err console.log(result) }); ``` Hello, this leave no result where the...