Centos 8 stream安装docker-ce的时候报错

配置docker数据源

curl -o /etc/yum.repos.d/docker-ce.repo http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo

安装docker-ce

yum -y install docker-ce

问题: problem with installed package buildah-1:1.24.2-2.module_el...

image.png

处理方式:

yum erase podman buildah

再安装:

yum install docker-ce

image.png