Skip to content

msoares-prog/ft_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FT_SERVER @42SP

System Administration

Description

The aim of this project is to use the "docker" technology to install a complete Web service. This service can run multiple tasks, in this case: Wordpress, phpMyAdmin, and a SQL database. For a better understanding about the project, check this link.

Download

Feel free to download the project:

git clone https://github.com/msoares-prog/ft_server.git

Using the Project

To build a docker image:

docker build -t ft_server .

Run image:

docker run -it -p 80:80 -p 443:443 ft_server

Browser:

https://localhost

https://localhost/wordpress

https://localhost/phpmyadmin

Delete image:

docker rm $(docker ps -a | grep ft_server | cut -d ' ' -f 1)

Utils

Some links that helped me to study for the project:

About

System Admistration project with Docker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published