Idk where that file came from so its gone now

This commit is contained in:
crt 2024-06-29 11:17:14 +02:00
parent 6bbbd7a872
commit 5782358d5d
1 changed files with 0 additions and 33 deletions

View File

@ -1,33 +0,0 @@
# M169 - Container Deployment
## Journal
See here : [JOURNAL.md](JOURNAL.md)
## What this Project covers?
- Making Custom LXQ Container
- Managing a Proxmox VE Environement
- Demonstrating example services
## The Basics
Covers the basics neede to know to make sense of this
### What is Proxmox VE
Proxmox VE is an open-source server management platform designed for enterprise virtualisation.
It allows you to create and manage virtual machines and containers using a pretty UI either on a single server over over a cluster of servers.
### What is an LXC Container?
An LXC Container in Proxmox VE is a lighteweight virtualization method that allow you to run multiple isolated Linux Systems (Containers) on a single Host using the shared Linux Kernel.
## Getting started
### What you will need
- 1x or more Proxmox Node(s)
- Linux Computer
- Incase you wish to publicly offer your services a virtual router
### How to use image_builder.sh
image_builder.sh is a bash script written by me that helps making custom proxmox container templates.
A preconfigured version can be found in /image_builder in this repo
# Todo document this (its 5am and i want to sleep rn)