Hi, I'm facing some issues trying to build a sock5 proxy container (with docker-ce) inside an unprivileged lxc container.
I put the feature "mknod=1" (which is experimental I get it.)
No matter this feature, the command mknod performed inside my lxc container returns an error
So in my docker-ce container it gives me obviously this error too :
Read more
I put the feature "mknod=1" (which is experimental I get it.)
No matter this feature, the command mknod performed inside my lxc container returns an error
Bash:
~# mknod /dev/net/tun c 10 200
mknod: /dev/net/tun: Operation not permitted
So in my docker-ce container it gives me obviously this error too :
Bash:
2021-08-17 10:50:25 OUT [OPENVPN] Creating OpenVPN TUN device...
Read more