lxc config set my-container linux.kernel_modules overlay on proxmox

KevinGoos

Member
May 24, 2019
14
0
21
32
I want to run this lxc command on proxmox: lxc config set my-container linux.kernel_modules overlay.
But I have no clue how to do it?
 
You can simply put the module name in '/etc/modules' on the host to always have it loaded (needs a reboot or manual 'modprobe overlay' first time). Since the kernel is shared with CTs it will be available in them too.