Proxmox
Post Install
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/post-pve-install.sh)"Docker
apt update
apt install ca-certificates curl gnupginstall -m 0755 -d /etc/apt/keyrings
curl -fsSL https://download.docker.com/linux/debian/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
chmod a+r /etc/apt/keyrings/docker.gpgecho \
"deb [arch="$(dpkg --print-architecture)" signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian \
"$(. /etc/os-release && echo "$VERSION_CODENAME")" stable" | \
tee /etc/apt/sources.list.d/docker.list > /dev/nullapt install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-pluginSingle Storage Drive
Software
HA OS (VM)
BS Garb
Expand Drive
Passthru Disk to VM
Mount CIFS/SMB
Partition has a hold
Resize LXC disk
Links & Refs
Last updated