Due to a recent containerd 1.7.24 update, your /dev/net/tun:/dev/net/tun
mapping needs to be moved from the volumes
section to the devices
section.
Don’t be like me and realize this AFTER you leave home for the holidays.
Due to a recent containerd 1.7.24 update, your /dev/net/tun:/dev/net/tun
mapping needs to be moved from the volumes
section to the devices
section.
Don’t be like me and realize this AFTER you leave home for the holidays.
Adding this device this also appeared to fix my https://github.com/haugene/docker-transmission-openvpn container that recently died. (And not simply giving it elevated privileges, as was previously recommended)
https://github.com/haugene/docker-transmission-openvpn/issues/2883
It appears that these issues all originate from an update to runc (which is used by containerd): https://github.com/containerd/containerd/issues/11078