docker-install
docker-install copied to clipboard
Docker installation on S390X - RHEL 8.9
trafficstars
Respected Team,
I am new to RHEL and my goal is to install Docker in my Red Hat Enterprise Linux release 8.7. My Machine's architecture is s390x. I followed the below steps
sudo yum remove docker docker-client docker-client-latest docker-common docker-latest docker-latest-logrotate docker-logrotate docker-engine podman runc
sudo dnf config-manager --add-repo=https://download.docker.com/linux/rhel/docker-ce.repo
this is getting errored with
but I could see
another way when i tried
sudo dnf install docker-ce --nobest -y --skip-broken
it shows
Problem: cannot install the best candidate for the job
- nothing provides libcgroup needed by docker-ce-3:24.0.1-1.el8.s390x
- nothing provides container-selinux >= 2:2.74 needed by docker-ce-3:24.0.1-1.el8.s390x
please help me to resolve this issue and proceed with my docker installation