Skip to content

Ft_server (42cursus) 2019-2020. Sys-Admin project. The aim is to discover Docker and setup a web server.

Notifications You must be signed in to change notification settings

rchallie/ft_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

✅ Ft_Server

Ft_Server (42cursus) 2019-2020

  • 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)

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

Utils : Generate SSL SSL Install Nginx Install php Install phpmyadmin Install wordpress

forthebadge forthebadge

This is my ft_server project from the 42 cursus, need help: [email protected]

About

Ft_server (42cursus) 2019-2020. Sys-Admin project. The aim is to discover Docker and setup a web server.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages