Sign inSign up

padhihomelab/openvpn-client

By padhihomelab

Updated 27 days ago

Image
2

10K+

padhihomelab/openvpn-client repository overview

docker_openvpn-client

build status testing size latest size

latest version image pulls


A multiarch OpenVPN Docker image, based on Alpine Linux.

386amd64arm/v6arm/v7arm64ppc64leriscv64s390x
:heavy_check_mark::heavy_check_mark::heavy_check_mark::heavy_check_mark::heavy_check_mark::heavy_check_mark::heavy_check_mark::heavy_check_mark:

Usage

docker run --name vpn_container
           --cap-add=NET_ADMIN \
           -e CONFIG_FILE_NAME=client.conf \
           -v /path/to/config:/config \
           -it padhihomelab/openvpn-client

Starts a container running an openvpn client with the provided client configuration.
To route traffic from other containers via this container, use --net=container:vpn_container with docker run when creating those containers:

docker run --net=container:vpn_container <target_image>
(Optional) SOCKS5 Proxy

This image also contains a Dante server to optionally start a SOCKS5 proxy that external clients may connect to.

Tag summary

Content type

Image

Digest

sha256:d3ae97f31

Size

9.6 MB

Last updated

4 months ago

docker pull padhihomelab/openvpn-client