Install Docker Error Problem With Installed Package Podman

Install Docker Error Problem With Installed Package Podman

這篇介紹Install Docker Error Problem With Installed Package Podman。

指令

1
2
3
4
5
6
7
8
9
10
11
[root@test]# sudo yum install docker-ce docker-ce-cli containerd.io

Last metadata expiration check: 0:04:04 ago on Tue 18 Apr 2023 12:23:21 PM CST.
Error:
Problem 1: problem with installed package podman-3:4.2.0-4.module+el8.7.0+1078+e72fcd4f.x86_64

解決方式:
$ yum erase podman buildah

若仍然無法解決:
$ yum install docker-ce docker-ce-cli containerd.io --allowerasing