Docker service with ‐‐cap‐add=NET_ADMIN ‐‐device

To launch my VPN client within a container, I have to add the following options to the docker run command.

docker run ‐‐cap‐add=NET_ADMIN ‐‐device /dev/net/tun

Are there similar options for docker service?

would luv to know this too

someone found a workaround for this?