Skip to content
This repository has been archived by the owner on Jun 24, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 514 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 514 Bytes

#Openvpn Access Server scottyc/openvpn

A Openvpn Access Server running in a Ubuntu 16.04 docker container.

scottyc/openvpn

##Running

Create a Dockerfile in your project FROM scottyc/openvpn or

##Building

docker run -d -p 443:443 -p 943:943 -p 1194:1194/udp --privileged=true --name openvpn scottyc/openvpn

Then login to https://dockerhostip:943/admin Username is openvpn password is password1234 (you might want to change that !!!)