https://github.com/mvpee/42-inception
https://github.com/mvpee/42-inception
42 docker docker-compose inception mariadb nginx worldpress
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mvpee/42-inception
- Owner: MVPee
- Created: 2024-07-23T17:05:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-04T13:10:00.000Z (over 1 year ago)
- Last Synced: 2025-08-10T14:46:34.871Z (10 months ago)
- Topics: 42, docker, docker-compose, inception, mariadb, nginx, worldpress
- Language: Dockerfile
- Homepage:
- Size: 236 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
๐พ 42-inception
About
ยท
Running
# ๐ก About the project
>This document is a System Administration related exercise.
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.
## ๐ Running the containers
```bash
make
```
It will automatically compile the project. Create containers, network and volumes.
---