Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ghudiczius/docker-net-openvpn
- Owner: ghudiczius
- License: wtfpl
- Created: 2025-01-23T23:25:41.000Z (13 days ago)
- Default Branch: master
- Last Pushed: 2025-01-24T00:11:55.000Z (13 days ago)
- Last Synced: 2025-01-24T01:19:27.583Z (13 days ago)
- Topics: docker, openvpn, vpn
- Language: Dockerfile
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```