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...