From 1d425058923f70d7669bdf1f3aa4330fd47698ad Mon Sep 17 00:00:00 2001 From: ubuntu Date: Fri, 27 Jul 2018 12:28:25 +0800 Subject: [PATCH] update readme 2 --- autodeploy/readme | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/autodeploy/readme b/autodeploy/readme index 22a1a29b..a1b24565 100755 --- a/autodeploy/readme +++ b/autodeploy/readme @@ -1,9 +1,13 @@ 服务端: -curl -sSL https://get.docker.com/ | sh #一键安装docker docker build -f Dockerfile -t sss . docker run -d --restart=always --name=sss -v {$path}/config.json:/ServerStatus/server/config.json -p {$port}:80 -p {$port}:35601 sss 客户端: wget --no-check-certificate -qO client-linux.py 'https://raw.githubusercontent.com/cppla/ServerStatus/master/clients/client-linux.py' && nohup python client-linux.py SERVER={$SERVER} USER={$USER} >/dev/null 2>&1 & + + +docker安装: + +curl -sSL https://get.docker.com/ | sh \ No newline at end of file