-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker swarm - no need to access host possible without cap_add? #595
Comments
@Haidy777 I also faced same issue today. Did you find any workaround on this? Or anyone else. I am also using swarm mode on my server. |
I really don't thinks there's anyway away to get around needing |
I've made some updates on the Perhaps that helps? Let me know if you can test it. |
@Aniket-Singla No, I didn't find a workaround yet. |
For now I am using docker-compose for deployments of openvpn image in my swarm cluster (resides on master node) as I don't require CD for this beautiful image. Waiting for According to docker/cli#2687 (comment) it will be available in 20.xx release |
Hello,
I have been reading through the issues and documentation, sadly I couldn't find anything.
I've got a docker swarm cluster and want to run an OpenVPN server on it. Since I don't need access to the host system of the container, I'm searching for a method to run the OpenVPN server without the privileged and cap_add=NET_ADMIN method (as it is still not possible in swarm mode).
I think I would need to adjust some of the files of this project, but I don't know which :)
Maybe somebody achieved this already?
Thanks in Advance!
The text was updated successfully, but these errors were encountered: