Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pikmin-rgb/inception
System Administration related exercise
https://github.com/pikmin-rgb/inception
docker docker-compose docker-container docker-image docker-network dockerfile mariadb nginx php-fpm tlsv1 wordpress
Last synced: about 7 hours ago
JSON representation
System Administration related exercise
- Host: GitHub
- URL: https://github.com/pikmin-rgb/inception
- Owner: pikmin-rgb
- Created: 2022-11-17T02:48:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-13T13:19:02.000Z (about 2 years ago)
- Last Synced: 2024-11-22T04:42:10.521Z (about 2 months ago)
- Topics: docker, docker-compose, docker-container, docker-image, docker-network, dockerfile, mariadb, nginx, php-fpm, tlsv1, wordpress
- Language: Dockerfile
- Homepage:
- Size: 74.2 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inception
This project aims to broaden your knowledge of system administration by using Docker.
You will virtualize several Docker images, creating them in your new personal virtual
machine.This project has been validated with a score of 100/100.
# Usage
This project is set up to work on a Fedora 37 VM.
- Run `make vm-config`
- Run `make`
- Open https://nargouse.42.fr# Makefile commands
- `make data` to create directory for data and SSL certificates
- `make ssl` to create SSL certificates
- `make stop` to stop containers
- `make clean` to down containers
- `make fclean` to down containers and delete volumes
- `make rm-data` to delete containers data
- `make build` to build images
- `make upd` to up detached containers