CentOS Docker Installation

Published: 11 March 2022
on channel: SMAC Academy
23
0

Installing Docker in CentOS

Commands Used
~~~~~~~~~~~~
sudo yum remove docker \
docker-client \
docker-client-latest \
docker-common \
docker-latest \
docker-latest-logrotate \
docker-logrotate \
docker-engine


sudo yum install -y yum-utils

sudo yum-config-manager \
--add-repo \
https://download.docker.com/linux/cen...


if podman error happens
sudo yum erase podman buildah

sudo yum install docker-ce docker-ce-cli containerd.io

sudo systemctl start docker

sudo docker run hello-world


Watch video CentOS Docker Installation online without registration, duration hours minute second in high quality. This video was added by user SMAC Academy 11 March 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 23 once and liked it 0 people.