Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/besn0847/alpinevpn

An OpenVN server based on Alpine Linux for minimal footprint
https://github.com/besn0847/alpinevpn

Last synced: about 2 months ago
JSON representation

An OpenVN server based on Alpine Linux for minimal footprint

Awesome Lists containing this project

README

        

# OpenVPN for Docker on Alpine

Quick instructions: see https://github.com/jpetazzo/dockvpn

Specific for alpine :

```bash
CID=$(docker run -d --privileged -p 1194:1194/udp besn0847/alpinevpn)
docker run -t -i -p 8080:8080 --volumes-from $CID besn0847/alpinevpn serveconfig
```