In CentOS 8.x Docker install Step: remove podman when existing (#8016)

This commit is contained in:
Peter Pan
2021-09-29 21:32:48 +08:00
committed by GitHub
parent af949cd967
commit f5885d05ea
2 changed files with 15 additions and 0 deletions

View File

@@ -33,6 +33,10 @@ docker_remove_packages_yum:
- docker-logrotate
- docker-engine-selinux.noarch
# remove podman to avoid containerd.io confliction
podman_remove_packages_yum:
- podman
docker_remove_packages_apt:
- docker
- docker-engine