https://github.com/maxmureev/OpenVPN-Docker-Alpine
https://github.com/maxmureev/OpenVPN-Docker-Alpine
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxmureev/OpenVPN-Docker-Alpine
- Owner: maxmureev
- Created: 2016-11-27T22:59:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-22T17:21:27.000Z (over 7 years ago)
- Last Synced: 2024-11-04T09:37:32.223Z (6 months ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - maxmureev/OpenVPN-Docker-Alpine - (others)
README
# How to use
```
cd
git clone https://github.com/maxmureev/OpenVPN-Docker-Alpine.git
cd OpenVPN-Docker-Alpine
./init.sh
```Start OpenVPN
```
docker run -d --name=openvpn -v ~/OpenVPN-Docker-Alpine/volumes:/etc/openvpn --privileged -p 1194:1194/udp --net=host openvpn
```A short description in Russian [here](http://notessysadmin.com/openvpn-in-docker-container)