1、 云服务器系统为CentOS 7.6即可,无需安装宝塔;
2、 更新系统:
yum update -y
3、 安装docker:
bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/DockerInstallation.sh)
4、 安装wget:
sudo yum -y install wget
5、 安装青龙面板
docker run -dit \
-v $PWD/ql/data:/ql/data \
-p 5700:5700 \
--name qinglong \
--hostname qinglong \
--restart unless-stopped \
whyour/qinglong:latest