We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ca69a1 commit 941a411Copy full SHA for 941a411
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.3",
+ "version": "2.0.4",
4
"description": "A node.js wrapper for the docker-machine CLI",
5
"main": "dist/index.js",
6
"typings": "dist/index",
0 commit comments