Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mvpee/42-inception
https://github.com/mvpee/42-inception
42 docker docker-compose inception mariadb nginx worldpress
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mvpee/42-inception
- Owner: MVPee
- Created: 2024-07-23T17:05:20.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-04T13:10:00.000Z (4 months ago)
- Last Synced: 2025-01-18T02:15:43.926Z (12 days ago)
- Topics: 42, docker, docker-compose, inception, mariadb, nginx, worldpress
- Language: Dockerfile
- Homepage:
- Size: 236 KB
- Stars: 1
- 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.---