Skip to content

trufflehq/openvpn-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 .
	

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 100.0%