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

【已完成】面板docker 无法启动

发表在 Linux面板2023-11-28 11:43 [复制链接] 1 462

为了能快速了解并处理您的问题,请提供以下基础信息:
面板、插件版本:
系统版本:
问题描述:
相关截图(日志、错误): 截屏2023-11-28 上午11.41.48.png

使用道具 举报 只看该作者 回复
发表于 2023-11-28 14:22:21 | 显示全部楼层
可能没有安装上,尝试下面方法手动安装一下
  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
复制代码
使用道具 举报 回复 支持 反对
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

企业版年付运维跟进群

普通问题处理

论坛响应时间:72小时

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

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

紧急问题处理

论坛响应时间:10分钟

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

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

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

立即付费处理
快速回复 返回顶部 返回列表