dperson / openvpn-client

GNU Affero General Public License v3.0
1.05k stars 585 forks source link

Docker Swarm does not support --device=/dev/net/tun, any alternatives? #421

Open thisisbenwoo opened 1 year ago

thisisbenwoo commented 1 year ago

Hi,

Like others, I'm playing with Docker Swarm. However, Docker Swarm does not support a --device (at least for now), "recent" changes enabled --cap-add=NET_ADMIN to work (don't know how long ago "recent" is). Is there anyway of not using a --device=?

Thanks. b