K KevinGoos Member May 24, 2019 14 0 21 32 Aug 19, 2020 #1 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?
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?
Stefan_R Proxmox Retired Staff Retired Staff Jun 4, 2019 1,300 308 88 Vienna Aug 20, 2020 #2 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.
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.