Hello,
When I add the following line to my lxc.conf file, the container wont start.
lxc.hook.autodev = sh -c "modprobe tun; cd ${LXC_ROOTFS_MOUNT}/dev; mkdir net; mknod net/tun c 10 200; chmod 0666 net/tun"
mknod does not work in the container itself as well, not sure what I'm doing wrong, I think it has something to do with the container being a unpriviliged one. Is there someone who can help me?
Thanks in advance,
Ronnie
When I add the following line to my lxc.conf file, the container wont start.
lxc.hook.autodev = sh -c "modprobe tun; cd ${LXC_ROOTFS_MOUNT}/dev; mkdir net; mknod net/tun c 10 200; chmod 0666 net/tun"
mknod does not work in the container itself as well, not sure what I'm doing wrong, I think it has something to do with the container being a unpriviliged one. Is there someone who can help me?
Thanks in advance,
Ronnie