OpenVPN image build on alpine linux.
60
OpenVPN build on alpine linux 3.20.
Important: You must mount local directory which contains full configuration files(such as openvpn.conf, ca.crt, your.crt, your.key) to the /etc/openvpn or the container start failed.
Because OpenVPN container needs host server network privileges. I suggest start the container with options --privileged, and --network=host.
docker run -d --privileged [--network=host] -v <localConfDir>:/etc/openvpn --name vpn <yourImage>
docker run -d --privileged [--network=host] -v <localConfDir>:/etc/openvpn --name vpn zhangwfkl/openvpn:2.6.12-alpine
Content type
Image
Digest
sha256:9ba8588e2…
Size
8.3 MB
Last updated
almost 2 years ago
docker pull zhangwfkl/openvpn:2.6.12-alpine