Answer the question
In order to leave comments, you need to log in
How to run openvpn via docker?
How to run openvpn via docker using only .ovpn file? Now I start open vpn with this code:
openvpn --config user1.ovpn --keepalive 10 60 --daemon
sudo docker run -e user1.ovpn docker/openvpn
Answer the question
In order to leave comments, you need to log in
They are like dirt there.
https://hub.docker.com/search?q=openvpn&type=image
and I’ll add, you don’t need docker here, you just need to configure your openvpn client as a system service so that it autostarts when the server is rebooted. Depending on which distribution you have, this is done in different ways.
Here is an example, https://linuxconfig.org/how-to-run-a-vpn-client-au...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question