Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.25 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.25 KB

Inception

This project aims to broaden your knowledge of system administration by using Docker. You will virtualize several Docker images, creating them in your new personal virtual machine.

•A Docker container that contains NGINX with TLSv1.2 or TLSv1.3 only.

•A Docker container that contains WordPress + php-fpm (it must be installed and configured) only without nginx.

•A Docker container that contains MariaDB only without nginx.

•A volume that contains your WordPress database.

•A second volume that contains your WordPress website files.

•A docker-network that establishes the connection between your containers.

Research:

  1. What is Docker: https://www.youtube.com/watch?v=rOTqprHv1YE&ab_channel=Simplilearn

  2. Build a solid WordPress dev environment with Docker: https://www.youtube.com/watch?v=kIqWxjDj4IU&ab_channel=AndrewSchmelyun

  3. Creating a Docker Container: https://docs.docker.com/get-started/

  4. Docker Tutorials: https://learndocker.online/courses/

  5. For Installing Docker on Linux, Production Standards: Step 1 - Depencies https://docs.docker.com/desktop/install/linux-install/#system-requirements Step 2 - Instalation https://www.youtube.com/watch?v=Vplj9b0L_1Y&ab_channel=Abstractprogrammer