准备以下工具:
- armbian镜像:
https://users.armbian.com/balbes150/arm-64/
- 更换源
deb https://mirrors.ustc.edu.cn/debian buster main contrib non-free
deb https://mirrors.ustc.edu.cn/debian buster-updates main contrib non-free
deb https://mirrors.ustc.edu.cn/debian buster-backports main contrib non-free
deb https://mirrors.ustc.edu.cn/debian-security/ buster/updates main contrib non-free - 更新
apt-get update - 部署docker容器
curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh --mirror Aliyun - 安装可视化面板
docker run --restart always --name fast -p 8081:8081 -d -v /var/run/docker.sock:/var/run/docker.sock wangbinxingkong/fast
安装完成后在浏览器访问 http://服务器IP地址或域名:8081 。首次登录需要注册,注册成功后即可正常使用。
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。
评论(0)