kubernetes tutorial | Install Docker on CentOS 8 | Run a Docker Container

Published: 23 May 2021
on channel: VSPARKZ
1,370
14

Certified Kubernetes Administrator
*************************************
kubernetes tutorial | Install Docker on CentOS 8 | Run a Docker Container

Description:
*************
In this video, you are going to learn how to Install Docker Engine on Centos 8.

What this Video covers …

1. Docker: Supported OS Platforms
2. Docker: Supported Distributions & Architectures
3. Docker: Linux Installation Methods
4. DEMO: Install Docker Engine on CentOS 8



For suggestions/feedback/doubts contact
email: [email protected]

Happy Learning !!!


===========================================================================================
USEFUL LINKS:
#############

Install Docker Engine:
***********************
https://docs.docker.com/engine/install/

Install Docker Engine on CentOS:
********************************
https://docs.docker.com/engine/instal...

Docker Hub Whalesay Image:
**************************
https://hub.docker.com/r/docker/whalesay


Install Docker in CentOS 8
****************************


Step 1: SSH into your CentOS 8 Machine
Step 2: Uninstall any Older versions

$ sudo yum remove docker docker-client docker-client-latest docker-common docker-latest docker-latest-logrotate docker-logrotate docker-engine

Step 3: Install Yum Utilities | Config Manager

$ sudo yum install -y yum-utils

Step 4: Setup the Docker Repository ( Stable Variant )

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

Step 5: Install Docker Engine, Docker CLI, Docker RUNTIME

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

Step 6: Enable & Start Docker

$ sudo systemctl enable docker
$ sudo systemctl start docker
$ sudo systemctl status docker

Step 7: Add Current User to the docker group

$ sudo usermod -aG docker admin

Step 8: RUN a Docker Container

$ sudo docker run docker/whalesay cowsay vsparkz

==========================================================================================
#cka #kubernetes #k8s #containers


Watch video kubernetes tutorial | Install Docker on CentOS 8 | Run a Docker Container online without registration, duration hours minute second in high quality. This video was added by user VSPARKZ 23 May 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 1,370 once and liked it 14 people.