I would like to use plain kvm virtualization inside a container created in proxmox.
Using plain LXC/LXD this is possible by running (see github.com/lxc/lxd/issues/2718):
I noticed that in my unprivileged container, the device /dev/kvm is missing. Would it be possible to create a similar device in LXC under proxmox.
Using plain LXC/LXD this is possible by running (see github.com/lxc/lxd/issues/2718):
Code:
lxc config device add CONTAINER kvm unix-char path=/dev/kvm
I noticed that in my unprivileged container, the device /dev/kvm is missing. Would it be possible to create a similar device in LXC under proxmox.