I am trying to install docker, and am getting some really weird error messages:
sudo dnf -y install docker-ce docker-ce-cli containerd.io docker-compose-plugin - Pastebin.com (unable to post here due to “links”).
I am following these instructions: Docker - Install Engine - Documentation. I am on version 8.9 .
Looks like packages needed by docker conflicts with podman.
RHEL does not support docker, see https://access.redhat.com/solutions/3696691.
Use podman instead if possible, otherwise try uninstalling podman and install docker again. You might end up with a broken system though.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.