20 - Container Setup
Create your LXC
I won't go too much into detail here. Simply grab the latest Debian ISO and create an LXC that corresponds to your needs. I'll use Plex as an example of use case here so I'll setup my container accordingly.
Template: Debian 12
Storage: 64Gb
Memory: 2048MB
Don't forget to set both the IPv4/CIDR and Gateway addresses.
Don't run it immediately.
LXC Configuration File
SSH into your node one last time.
Edit /etc/pve/lxc/{yourContainersID}.conf
Add these lines:
Push the installer so you don't have to download it again.
LXC Setup
SSH into your freshly created LXC.
Install the Nvidiot drivers without kernel modules.
REFUSE when it asks for 32bit compability drivers
REFUSE when asked if you want to update Xserver config.
Reboot and enjoy hardware transcoding
Last updated