36 lines
958 B
Markdown
36 lines
958 B
Markdown
# Proxmox
|
|
|
|
## Setup
|
|
|
|
- [Download](https://www.proxmox.com/en/downloads/category/iso-images-pve)
|
|
- [Setup and official Information](https://www.proxmox.com/en/proxmox-ve/get-started)
|
|
- [System Administration](https://pve.proxmox.com/pve-docs/chapter-sysadmin.html)
|
|
|
|
|
|
|
|
## LXC Containers
|
|
|
|
### Ubuntu Container - with Docker and Portainer
|
|
|
|
Notes :
|
|
|
|
- 682Mb disk usage (minimum disk usage)
|
|
|
|
https://dannyda.com/2020/05/10/how-to-delete-remove-local-lvm-from-proxmox-ve-pve-and-some-lvm-basics-commands/
|
|
- source list
|
|
|
|
```bash
|
|
#/etc/apt/sources.list
|
|
deb http://ftp.pt.debian.org/debian bullseye main contrib
|
|
deb http://ftp.pt.debian.org/debian bullseye-updates main contrib
|
|
deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription
|
|
# security updates
|
|
deb http://security.debian.org bullseye-security main contrib
|
|
|
|
```
|
|
|
|
## As workstation
|
|
|
|
[check](documentation/workstation.md) for more information how to setup proxmox instalation as workstation
|
|
|