Centos8安装Docker提示:package docker-ce-3:19.03.8-3.el7.x86_64 requires containerd.io >= 1.2.2-3, but none of the providers can be installed

前端之家收集整理的这篇文章主要介绍了Centos8安装Docker提示:package docker-ce-3:19.03.8-3.el7.x86_64 requires containerd.io >= 1.2.2-3, but none of the providers can be installed前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
@H_404_0@ Centos8安装Docker提示:package docker-ce-3:19.03.8-3.el7.x86_64 requires containerd.io >= 1.2.2-3,but none of the providers can be installed

@H_404_0@

@H_404_0@ 

@H_404_0@ centos8默认使用podman代替docker,所以需要containerd.io

@H_404_0@解决方法

@H_404_0@执行命令:

@H_404_0@ yum install https://download.docker.com/linux/fedora/30/x86_64/stable/Packages/containerd.io-1.2.6-3.3.fc30.x86_64.rpm 

@H_404_0@

@H_404_0@ 

猜你在找的Linux相关文章