@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@