Skip to content

Commit 844d2a7

Browse files
author
Michael J. Ryan
committed
update readme
1 parent 24cfb94 commit 844d2a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ import { dockerCommand } from 'docker-cli-js';
3535

3636
// options are optional, defaults below
3737
const options = {
38-
/* machineName */ null,
39-
/* currentWorkingDirectory */ process.cwd(),
40-
/* echo*/ true,
38+
macineName: null, // uses local docker
39+
currentWorkingDirectory: null, // uses current working directory
40+
echo: true, // echo command output to stdout/stderr
4141
};
4242

4343
...

0 commit comments

Comments
 (0)