diff --git a/install-docker.sh b/install-docker.sh index 03fdcd5..3f2b688 100755 --- a/install-docker.sh +++ b/install-docker.sh @@ -2,6 +2,8 @@ dnf install curl jq -y +dnf install -y kernel-modules-extra-$(uname -r) kernel-modules-extra + dnf remove podman* -y dnf config-manager --add-repo https://download.docker.com/linux/rhel/docker-ce.repo