觅时光机顶盒安装armbian并且部署docker容器

准备以下工具:

  • armbian镜像:[ri-alerts color="danger"]https://users.armbian.com/balbes150/arm-64/[/ri-alerts]
  1. 更换源
    [ri-alerts color="dark"]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[/ri-alerts]
  2. 更新
    [ri-alerts color="dark"]apt-get update [/ri-alerts]
  3. 部署docker容器
    [ri-alerts color="dark"]curl -fsSL https://get.docker.com -o get-docker.sh
    sh get-docker.sh --mirror Aliyun[/ri-alerts]
  4. 安装可视化面板
    [ri-alerts color="dark"]docker run --restart always --name fast -p 8081:8081 -d -v /var/run/docker.sock:/var/run/docker.sock wangbinxingkong/fast [/ri-alerts]

安装完成后在浏览器访问 http://服务器IP地址或域名:8081 。首次登录需要注册,注册成功后即可正常使用。

 

 

© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享
相关推荐
  • 暂无相关文章
  • 评论 抢沙发

    请登录后发表评论

      暂无评论内容