Idk where that file came from so its gone now
This commit is contained in:
parent
6bbbd7a872
commit
5782358d5d
|
@ -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)
|
|
Loading…
Reference in New Issue