We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dcffd2 commit ea18c09Copy full SHA for ea18c09
1 file changed
README.md
@@ -15,10 +15,20 @@ cloudtask zookeeper configuration path is `/cloudtask/ServerConfig`
15
16
### Usage
17
18
+> binaries exe
19
``` bash
20
$ ./cloudtask-initconfig -f ./ServerConfig.json
21
```
22
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
32
### Output Successed
33
34
2018/03/16 15:07:29 Connected to 192.168.2.80:2181
0 commit comments