Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ghudiczius/docker-net-openvpn

Simple docker image for OpenVPN, a virtual private network system
https://github.com/ghudiczius/docker-net-openvpn

docker openvpn vpn

Last synced: 7 days ago
JSON representation

Simple docker image for OpenVPN, a virtual private network system

Awesome Lists containing this project

README

        

# OpenVPN

Simple docker image for OpenVPN without any bloat, built on the official alpine image.

## Usage

```sh
docker run --rm ghudiczius/openvpn: \
--volume path/to/config:/etc/openvpn
```

or

```sh
docker run --rm registry.gitlab.jmk.hu/net/openvpn: \
--volume path/to/config:/etc/openvpn
```