Kai
Kai

Reputation: 25

Trying to install Docker on RHEL - docker-ce conflicts with Podman-docker

Getting this error:

Updating Subscription Management repositories. Red Hat Enterprise Linux 8 for x86_64 - AppStream (RPMs) 22 MB/s | 45 MB 00:02 Last metadata expiration check: 0:00:01 ago on Mon 01 Aug 2022 17:36:44 BST. Error: Problem: problem with installed package podman-docker-2:4.0.2-6.module+el8.6.0+14877+f643d2d6.noarch

Upvotes: 2

Views: 3891

Answers (1)

Telinov Dmitri
Telinov Dmitri

Reputation: 441

Before starting the Docker installation, you need to remove the conflicting packages, such as the podman and buildah packages, from your system.

Upvotes: 4

Related Questions