Skip to content

Introduction to docker without docker-compose and public docker images. 42 Madrid cursus project.

Notifications You must be signed in to change notification settings

karisti/42_ft_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42_ft_server

Demo image

Description

This project is an introduction to system administration. We will discover the "docker" technology and use it to install a complete web server. This server will run multiples services: Wordpress, phpMyAdmin, and a SQL database. Docker-compose and public docker images are not allowed. inception is the project that follows this one.

Lessons

  • Docker: creation of custom images
  • Nginx web server configuration with and without SSL
  • Wordpress website installation and configuration
  • MariaDB database installation and configuration
  • Phpmyadmin installation and configuration

Prerequisites

  • Docker

Usage

Resources

Tools