Docker Installation Not Made In RHL9
It is informed that I'm using RED HAT 9 on Macbook using UTM (its virtualization environment)
Unfortunately, I have tried every possible way to install Docker in RHEL9 Unfortunately it's not gonna work. Rather than installation it keeps giving errors.
Error Screenshot Enclosed and Commands that I am running for installation also mentioned below and the reference video is also attached
https://drive.google.com/file/d/1pS7jp-q392qKUAXbLMw-hwQoZkcUVnja/view?usp=share_link
sudo su
sudo yum update -y
yum -y install lvm2 device-mapper device-mapper-persistent-data device-mapper-event device-mapper-libs device-mapper-event-libs
curl https://download.docker.com/linux/cen... -o /etc/yum.repos.d/docker-ce.repo
yum install docker-ce
systemctl start docker
systemctl enable docker
systemctl status docker
Responses