Update readme

更新说明
pull/32/head
cppla 2018-07-27 15:02:17 +08:00 committed by GitHub
parent 1fc46ef9c3
commit a942ad51a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,11 +5,11 @@ docker run -d --restart=always --name=sss -v {$path}/config.json:/ServerStatus/s
客户端: 客户端:
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 & 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} PASSWORD={$PASSWORD} >/dev/null 2>&1 &
附: docker安装 附: docker安装
curl -sSL https://get.docker.com/ | sh curl -sSL https://get.docker.com/ | sh