Closed royaltongue closed 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
no need to run this container in privileged mode, cap-add=NET_ADMIN is enough.
cap-add=NET_ADMIN
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