【待反馈】宝塔面板安装docker失败
为了能快速了解并处理您的问题,请提供以下基础信息:面板、插件版本:9.4.0
系统版本:
系统:CentOS 7.8.2003 x86_64(Py3.7.8)
问题描述:
宝塔面板安装docker失败
相关截图(日志、错误):
使用下面方法手动安装试试
1、删除之前安装的docker
yum remove docker docker-common docker-selinux docker-engine
2、安装一些依赖
yum install -y yum-utils device-mapper-persistent-data lvm2 wget
3、配置docker的安装源
wget -O /etc/yum.repos.d/docker-ce.repo https://download.docker.com/linux/centos/docker-ce.repo
4、将安装源替换成清华源
sed -i 's+download.docker.com+mirrors.tuna.tsinghua.edu.cn/docker-ce+' /etc/yum.repos.d/docker-ce.repo
5、安装
yum makecache fast
yum install docker-ce
页:
[1]