This is a System Administration subject. You will discover Docker and you will set up your first web server.
Installation of LEMP Stack in a Docker container.
First, you need Docker installed to run properly.
Clone the repository:
$ git clone https://github.com/caio-vinicius/ft_server
$ cd ft_server
Use the provided script to build an image and run the container:
$ ./start.sh
Wait to build the image and launch the container and that's it!
In order to use, you can access through your browser localhost and select a service that you want to utilize.
You can access WordPress and you can set it up in classic mode:
Or you can choose management MariaDB tables with phpMyAdmin: