Allows you to tunnel your host through OpenVPN using Docker. Useful for CoreOS.
938
This repository contains the Dockerfile of OpenVPN for tunneling your host through OpenVPN in a docker container.
I based my image on the Debian 8 Jessie image.
vpn.conf-file Make sure you're using absolute filepaths when using included files (eg. certificates, keys) to make sure OpenVPN will always be able to parse your configs.docker run --cap-add=NET_ADMIN --device /dev/net/tun --net host -v /path/to/your/configuration/directory:/vpn --name vpn -d platzhalter/openvpn for tunneling your whole host networkContent type
Image
Digest
Size
62.1 MB
Last updated
over 10 years ago
docker pull platzhalter/openvpn