Added podman removal in the docker installtion

This commit is contained in:
root 2024-09-24 15:36:53 +03:00
parent 742fd9bf47
commit f17d274e05

View File

@ -2,6 +2,8 @@
dnf install curl jq -y dnf install curl jq -y
dnf remove podman* -y
dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
dnf remove -y runc dnf remove -y runc