当前位置:论坛首页 > Linux面板 > 求助

【待反馈】有适合linux/arm/v7的安装方法嘛。。。

发表在 Linux面板2023-10-28 18:33 [复制链接] 4 834

本帖最后由 堡塔运维小林 于 2023-10-28 19:56 编辑

为了能快速了解并处理您的问题,请提供以下基础信息:
面板、插件版本:

系统版本:linux/arm/v7  Armbian 23.8.1 Bullseye with bleeding edge Linux 6.4.13-edge-meson

问题描述:docker无法安装 编译安装报错

相关截图(日志、错误):

使用道具 举报 只看该作者 回复
发表于 2023-10-28 18:34:22 | 显示全部楼层
Unable to find image 'btpanel/baota:lnmp' locally
lnmp: Pulling from btpanel/baota
docker: no matching manifest for linux/arm/v7 in the manifest list entries.
See 'docker run --help'.
使用道具 举报 回复 支持 反对
发表于 2023-10-28 18:48:50 | 显示全部楼层
编译安装3个小时还在跑。。。有点慌
使用道具 举报 回复 支持 反对
发表于 2023-10-28 19:56:49 | 显示全部楼层
您好,您复制下面的命令到终端中执行,手动安装一下docker,如果有报错请截图发出来
  1. Ubuntu/Debian
  2. 1、删除之前安装的docker
  3. apt-get remove docker docker-engine docker.io
  4. 2、安装依赖
  5. apt-get install apt-transport-https ca-certificates curl gnupg2 software-properties-common
  6. 3、添加信任的依赖(debian)
  7. curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -
  8. Ubuntu:
  9. curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
  10. 4、添加软件仓库(debian)
  11. add-apt-repository \
  12.    "deb [arch=amd64] https://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/debian \
  13.    $(lsb_release -cs) \
  14.    stable"
  15. Ubuntu:
  16. add-apt-repository \
  17.    "deb [arch=amd64] https://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/ubuntu \
  18.    $(lsb_release -cs) \
  19.    stable"
  20. 5、安装
  21. apt-get update
  22. apt-get install docker-ce


  23. CentOS/RedHat
  24. 1、删除之前安装的docker
  25. yum remove docker docker-common docker-selinux docker-engine
  26. 2、安装一些依赖
  27. yum install -y yum-utils device-mapper-persistent-data lvm2 wget
  28. 3、配置docker的安装源
  29. wget -O /etc/yum.repos.d/docker-ce.repo https://download.docker.com/linux/centos/docker-ce.repo
  30. 4、将安装源替换成清华源
  31. sed -i 's+download.docker.com+mirrors.tuna.tsinghua.edu.cn/docker-ce+' /etc/yum.repos.d/docker-ce.repo
  32. 5、安装
  33. yum makecache fast
  34. yum install docker-ce
复制代码
使用道具 举报 回复 支持 反对
发表于 2024-3-5 10:27:36 | 显示全部楼层
docker安装上了吗
使用道具 举报 回复 支持 反对
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

企业版年付运维跟进群

普通问题处理

论坛响应时间:72小时

问题处理方式:排队(仅解答)

工作时间:白班:9:00 - 18:00

紧急问题处理

论坛响应时间:10分钟

问题处理方式:1对1处理(优先)

工作时间:白班:9:00 - 18:00

工作时间:晚班:18:00 - 24:00

立即付费处理

工作时间:09:00至24:00

快速回复 返回顶部 返回列表