A easy and simple way to quickly spin up an OpenVPN server in a Container
1.1K
To get the image working use this:
docker run -d
--name openvpn
--cap-add=NET_ADMIN
--device /dev/net/tun:/dev/net/tun
-p 1194:1194/udp
-v $(pwd)/openvpn/pki:/etc/openvpn/pki
-v $(pwd)/server.conf:/etc/openvpn/server/server.conf:ro
zfpsystems/easy-openvpn:latest
Instructions here: https://github.com/pzaino/easy_openvpn
Content type
Image
Digest
sha256:0d4c96746…
Size
35.7 MB
Last updated
5 months ago
docker pull zfpsystems/easy-openvpn