Skip to content
This repository has been archived by the owner on Mar 1, 2020. It is now read-only.

include/docker-pritunl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pritunl + Docker = <3

Pull the image

docker pull include/docker-pritunl

Data Volume

mkdir -p /mnt/docker-pritunl/var/lib/mongodb

Run Pritunl

docker run -d --privileged \
    -v /mnt/docker-pritunl/var/lib/mongodb:/var/lib/mongodb \
    -p 1194:1194/udp \
    -p 1194:1194/tcp \
    -p 9700:9700/tcp \
    include/docker-pritunl

Configure Pritunl

  • Open https://<youripaddress:9700
  • Login with username pritunl and password pritunl
  • Fun

About

Docker container to host pritunl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages