We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 611645e commit 899d5d7Copy full SHA for 899d5d7
README.md
@@ -32,7 +32,7 @@ const { dockerCommand } = require('docker-cli-js');
32
33
// default options
34
const options = {
35
- macineName: null, // uses local docker
+ machineName: null, // uses local docker
36
currentWorkingDirectory: null, // uses current working directory
37
echo: true, // echo command output to stdout/stderr
38
};
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "docker-cli-js",
3
- "version": "2.7.0",
+ "version": "2.7.1",
4
"description": "A node.js wrapper for the docker command line interface CLI",
5
"main": "dist/index.js",
6
"typings": "dist/index",
0 commit comments