We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 941a411 commit b3f5b10Copy full SHA for b3f5b10
2 files changed
README.md
@@ -29,7 +29,7 @@ With promise
29
```js
30
var options = new DockerOptions(
31
/* machinename */ 'aws_machine01',
32
- /* currentWorkingDirectory */ 'nginx''
+ /* currentWorkingDirectory */ 'nginx'
33
);
34
35
var docker = new Docker(options);
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "docker-cli-js",
3
- "version": "2.0.4",
+ "version": "2.0.5",
4
"description": "A node.js wrapper for the docker-machine CLI",
5
"main": "dist/index.js",
6
"typings": "dist/index",
0 commit comments