Skip to content

Commit ea18c09

Browse files
committed
modify README.md
1 parent 5dcffd2 commit ea18c09

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,20 @@ cloudtask zookeeper configuration path is `/cloudtask/ServerConfig`
1515

1616
### Usage
1717

18+
> binaries exe
1819
``` bash
1920
$ ./cloudtask-initconfig -f ./ServerConfig.json
2021
```
2122

23+
> docker image
24+
``` bash
25+
$ docker run -it --rm \
26+
-v /opt/cloudtask/ServerConfig.json:/cloudtask-initconfig/ServerConfig.json \
27+
--name=cloudtask-initconfig \
28+
cloudtask/cloudtask-initconfig:1.0.0
29+
```
30+
31+
2232
### Output Successed
2333
``` bash
2434
2018/03/16 15:07:29 Connected to 192.168.2.80:2181

0 commit comments

Comments
 (0)