node-docker-machine icon indicating copy to clipboard operation
node-docker-machine copied to clipboard

Programmatic API to Docker Machine.

Results 8 node-docker-machine issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

dependencies

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?

enhancement

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...