I'd like to mount
from host to an LXC CT. How do I do that? What I do have so far:
The dev looks the following:
How would I need to do the mapping? I could not wrap my head around that logic :/
Bash:
/dev/uinput
Bash:
lxc.mount.entry: /dev/uinput dev/uinput none bind,optional,create=file
lxc.mount.entry: /dev/uinput dev/uinput none bind,optional,create=dir
The dev looks the following:
Code:
root@pve:/etc/pve/lxc# ls -l /dev/uinput
crw------- 1 root root 10, 223 Feb 23 18:48 /dev/uinput
How would I need to do the mapping? I could not wrap my head around that logic :/