Sign inSign up

troian/openvpn-docker

By troian

Updated over 6 years ago

Image
0

185

troian/openvpn-docker repository overview

openvpn-docker

This is the docker image used by the kubernetes helm chart openvpn: https://github.com/kubernetes/charts/tree/master/stable/openvpn.
There is not much here other than a base alpine image with packages needed to run openvpn: openssl, easy-rsa, openvpn, and iptables. Much of the configuration is done through kubernetes and helm. Please refer to the scripts here for better understanding.
That chart originally used a base Alpine image, but the Alpine repositories worked inconsistently so this image was created to remove a point of failure.

To rebuild:


	git clone https://github.com/jfelten/openvpn-docker.git
	cd openvpn-docker
	docker build .
	

Tag summary

Content type

Image

Digest

Size

6.1 MB

Last updated

over 6 years ago

docker pull troian/openvpn-docker