RHEL Distros YUM & DNF Cheatsheet

Install docker in OL7 machine #

yum install -y yum-utils
yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
yum -y install docker
systemctl start docker
systemctl enable docker

Powered by BetterDocs

Leave a Reply