This project is a system administration exercise focused on virtualization and the use of Docker. The goal is to configure and manage Docker containers to simulate isolated environments. This project reinforces your understanding of virtualization, networks, and container management.
The project includes the following services:
-
WordPress && PHP: A popular content management platform used for creating websites and blogs, and a server-side scripting language used for web development, necessary for running WordPress.
-
Nginx: A lightweight and high-performance web server that can be used as a reverse proxy to serve WordPress and manage web traffic.
-
MariaDB: An open-source relational database compatible with MySQL. MariaDB is used with WordPress to store site data.