Posted inArticles, Linux

How to install Docker on Rocky Linux

Docker is a platform for developers and system administrators to develop, ship, and run applications in containers. Containers are lightweight, portable, and self-sufficient environments that allow applications to run consistently across different environments. It allows developers to package their applications and dependencies into a container, which can then be easily deployed and run on any […]

Posted inArticles, Linux

Install Docker on Ubuntu Server

This article will cover the step-by-step process of installing Docker on an Ubuntu Server. Step 1. Update the apt package index. Step 2. Install packages that allow us to use the repository over HTTPS. Step 3. Adding the official Docker GPG keys Step 4. Adding the Docker repository Step 5. Update the apt package index […]