Ekristen Docker Openvpn Client Save

OpenVPN Client for Docker

Project README

Docker OpenVPN Client

Original idea borrowed from https://github.com/dperson/openvpn-client

  1. You should add the generated openvpn client config to a directory, you can call it client.ovpn
  2. You should add the password for the private key in the client.ovpn to client.pwd
  3. Run the following, I recommend adding --auth-nocache
docker run -d --name vpn-client \
  --cap-add=NET_ADMIN \
  --device /dev/net/tun \
  -v /path/with/vpn/configs:/vpn \
  ekristen/openvpn-client --config /vpn/client.conf --askpass /vpn/client.pwd --auth-nocache

Route container traffic

Use --net=container:<container-id> -- routes available by the VPN client will be made available to the container.

docker run -it --rm \
  --net=container:vpn-client
  ubuntu /bin/bash
Open Source Agenda is not affiliated with "Ekristen Docker Openvpn Client" Project. README Source: ekristen/docker-openvpn-client
Stars
43
Open Issues
8
Last Commit
3 years ago

Open Source Agenda Badge

Open Source Agenda Rating