时间:2023-07-07 00:27:02 | 来源:网站运营
时间:2023-07-07 00:27:02 来源:网站运营
如何在一台云服务器上搭建青龙面板?:bash <(curl -sSL https://ghproxy.com/https://raw.githubusercontent.com/damo-star/scripts/main/SH/Docker.sh)
安装源推荐默认,直接回车就可以,关于选择docker-compse,建议大家直接选择N即可,这个目前可能不是大家所能用到的。bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh)wget https://gitee.com/SuperManito/LinuxMirrors/raw/main/DockerInstallation.x -O install.x && chmod +x install.x && ./install.x
到这里为止,我们的所有准备工作就完成了。docker pull whyour/qinglong:latest
二、执行安装命令,同样也是复制下面的命令docker run -dit /-v $PWD/ql/config:/ql/config /-v $PWD/ql/scripts:/ql/scripts /-v $PWD/ql/repo:/ql/repo /-v $PWD/ql/log:/ql/log /-v $PWD/ql/db:/ql/db /-v $PWD/ql/jbot:/ql/jbot /-v $PWD/ql/raw:/ql/raw /-p 5700:5600 /--name qinglong /--hostname qinglong /--restart always /whyour/qinglong:latest
三、当你执行完以上命令以后,服务器就会返回一串数字与字母组合,此时在SSH窗口输入以下命令:docker ps
输入docker ps后,发现青龙容器已经搭建完成了。关键词:服务,青龙