Alpine Linux based OpenVPN client container with dropbear ssh enabled
1.2K
Some parts are taken from
docker rundocker run -it -v ~/client.ovpn:/etc/openvpn/client.conf -e USER_KEY="$(cat ~/id_rsa.pub)" --cap-add=NET_ADMIN --rm tkaefer/openvpn-client-container
docker-composeGet the docker-compose.yaml file from the github repo.
Copy it to an appropriate directory and run docker-compose up -d within that directory.
Watch the logs via docker-compose logs -f.
Content type
Image
Digest
Size
20.3 MB
Last updated
almost 6 years ago
docker pull tkaefer/openvpn-client-container