binhex / arch-qbittorrentvpn

Docker build script for Arch Linux base with qBittorrent, Privoxy and OpenVPN
GNU General Public License v3.0
473 stars 48 forks source link

Running in Swarm? #37

Closed royaltongue closed 4 years ago

royaltongue commented 4 years ago

Is there any way to run this in a Docker Swarm?

Privileged mode is not available in swarm, so it doesn't work out of the box

jostyee commented 4 years ago

no need to run this container in privileged mode, cap-add=NET_ADMIN is enough.