barimehdi77 / ft_server

Automated to let you easily run a server on a Debian Buster OS inside a Docker container. The server also automatically sets up WordPress, phpMyAdmin, MySQL and an SSL self-signed certificate.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

βœ… Ft_Server

  • Actual Status : Finished
  • Result : 100%
  • Observations : The best is to run the container with daemon off and detached (not usefull here but it's to kubernetes project)

πŸ€” Description

This project serves as an introduction into system administration. It reveals the importance of using scripts to automate tasks, and the purpose behind using Docker and Docker containers. The aim of the project is to run a server on a Debian Buster OS inside a Docker container. The server must run WordPress, phpMyAdmin and MySQL.

βš™οΈ Usage

CMD build:
$> docker build -t name .
CMD run:
$> docker run --name aname -it -p 80:80 -p 443:443 name

πŸ‘¨β€πŸ’» Resources :

About

Automated to let you easily run a server on a Debian Buster OS inside a Docker container. The server also automatically sets up WordPress, phpMyAdmin, MySQL and an SSL self-signed certificate.


Languages

Language:PHP 69.8%Language:Dockerfile 17.4%Language:Shell 12.7%