赞
踩
`本教程基于CentOS搭建。教程很细,请一步一步执行。
ssh连接工具推荐使用finalshell
本教程只针对小白,大佬勿喷!
本教程只针对小白,大佬勿喷!
本教程只针对小白,大佬勿喷!
yum update
yum install wget unzip gcc gcc-c++ git screen vim -y
yum install docker -y
systemctl enable docker.service
systemctl start docker.service
systemctl status docker.service #查看是否启动
出现active(running)表示已经启动成功
docker run -dit \
-v /root/ql/config:/ql/config \
-v /root/ql/log:/ql/log \
-v /root/ql/db:/ql/db \
-v /root/ql/scripts:/ql/scripts \
-v /root/ql/jbot:/ql/jbot \
-v /root/ql/repo:/ql/repo \
-p 5700:5700 \
-e ENABLE_HANGUP=true \
-e ENABLE_WEB_PANEL=true \
--name ql \
--hostname ql \
--privileged=true \
--restart always \
whyour/qinglong:latest
本文内容由网友自发贡献,转载请注明出处:【wpsshop博客】
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。