Skip to content

Commit

Permalink
Update instructions for docker image CLI (#1869)
Browse files Browse the repository at this point in the history
  • Loading branch information
longquanzheng committed May 17, 2019
1 parent 8f12e6d commit bcd4f99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/cli/README.md
Expand Up @@ -6,7 +6,7 @@ start workflow, show workflow history, and signal workflow.
## How
- Run `make bins`
- You should see an executable `cadence`
- (Optional) You could also use docker image `ubercadence/cli`, by replacing all the following `./cadence ...` with `docker run --rm ubercadence/cli:master ...`
- (Optional) You could also use docker image `ubercadence/cli`, by replacing all the following `./cadence ...` with `docker run --rm ubercadence/cli:master --address <HOST_DNS>:7933 ...` . For old versions of docker, HOST_DNS is just 127.0.0.1; for 18.03 onwards, you may have to use host.docker.internal. For more info check https://docs.docker.com/docker-for-mac/networking/#use-cases-and-workarounds

## Quick Start
Run `./cadence` for help on top level commands and global options
Expand Down Expand Up @@ -179,4 +179,4 @@ Some things to note:
To reset multiple workflows, you can use batch reset command:
```
./cadence workflow reset-batch --input_file <file_of_workflows_to_reset> --reset_type <reset_type> --reason "some_reason"
```
```

0 comments on commit bcd4f99

Please sign in to comment.