Docker

How To Install and Use Docker on Rocky Linux 9 — step-by-step Docker tutorial on Progressive Robot

How To Install and Use Docker on Rocky Linux 9

Docker is an application that simplifies the process of managing application processes in containers. In this tutorial, you’ll install and use Docker Community Edition (CE) on Rocky Linux 9. You’ll install Docker itself, work with containers and images, and push an image to a Docker Repository.

Read more
How To Install WordPress With Docker Compose — step-by-step Docker tutorial on Progressive Robot

How To Install WordPress With Docker Compose

WordPress is a free and open-source Content Management System (CMS) that is widely used to launch new websites. Running WordPress typically involves installing a LAMP or LEMP stack by hand, work that you can simplify with tools like Docker and Docker Compose. This tutorial will show you how to set up a multi-container WordPress installation with an Nginx reverse proxy. It will also show you how to obtain TLS/SSL certificates for your application domain.

Read more
CHAT