前置要求 玩客云
换源
过程参考Ubuntu or Debian 换源
镜像源使用
deb [https://mirrors.ustc.edu.cn/debian](https://mirrors.ustc.edu.cn/debian) buster main contrib non-free
deb [https://mirrors.ustc.edu.cn/debian](https://mirrors.ustc.edu.cn/debian) buster-updates main contrib non-free
deb [https://mirrors.ustc.edu.cn/debian](https://mirrors.ustc.edu.cn/debian) buster-backports main contrib non-free
deb [https://mirrors.ustc.edu.cn/debian-security/](https://mirrors.ustc.edu.cn/debian-security/) buster/updates main contribnon-free
安装
- 使用docker安装脚本(下面) 或使用命令
sudo apt install docker.io
然后使用curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun sh get-docker.sh --mirror Aliyun
docker -v
检查一下版本
- 安装可视面板
docker run --restart always --name fast -p 8081:8081 -d -v /var/run/docker.sock:/var/run/docker.sock wangbinxingkong/fast
- 安装完成后在浏览器访问 http://服务器IP地址或域名:8081 。
- 首次登录需要注册,注册成功后即可正常使用。