Hello,
In this week’s feature highlight, we look at How to Docker on Rocky Linux 8
What is Docker?
Docker is basically a container engine which uses the Linux Kernel in order to create the containers on top of an operating system. Which is use to create, deploy and run applications in a containerized environment.
First, check and install any pending system updates.
yum update
Adding Docker repository
Enable the Docker CE repository by running the following command.
dnf config-manager
… Read More