We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a936c16 commit a00f3fbCopy full SHA for a00f3fb
README.md
@@ -1,6 +1,11 @@
1
cPing
2
----
3
4
+
5
+
6
+
7
+
8
9
编译
10
==
11
@@ -47,4 +52,4 @@ docker使用
47
52
48
53
docker run -d -p 7788:7788 --env mode=client -v $(pwd)/c.json:/app/conf.json csznet/cping:latest
49
54
50
-其中`-v $(pwd)/c.json:/app/conf.json`代表将当前目录下的`c.json`作为客户端配置文件
55
+其中`-v $(pwd)/c.json:/app/conf.json`代表将当前目录下的`c.json`作为客户端配置文件
0 commit comments