This project aims to broaden your knowledge of system administration by using Docker and docker-compose.
Project Overview • Building • Author • License
- Every single image is built from scratch based on Alpine or Debian
- NGINX.
- MariaDB.
- Wordpress.
- Hugo.
- Adminer.
- Redis.
- vSFTPd.
- cAdvisor.
- Customizable credentials
- Easily changle all credentials and secret by editing
.env
file.
- Easily changle all credentials and secret by editing
- HTTPS only (TLSv1.3)
- Seprate Volumes for Wordpress and MariaDB for persistance
- Cross platform (duh)
- Windows, macOS and Linux ready.
- Makefile for easy building and running or cleaning.
To run this project you need Docker
and docker-compose
installed on your computer.
# Clone this repository
$ git clone https://github.com/ahkecha/Inception
# Go into the repository
$ cd Inceptions
# A Simple make will fire up Inceptions
$ make all
# rebuild the containers
$ make build
# delete all containers
$ make fclean
@ahkecha
GitHub @ahkecha ·