Sign inSign up

bashninja/docker-pritunl

By bashninja

Updated almost 7 years ago

Docker Pritunl

Image
3

100K+

bashninja/docker-pritunl repository overview

Pritunl + Docker + LinuxServer.io = <3

Pull the image

docker pull bashninja/docker-pritunl

Run Pritunl

docker run -d --privileged \
    -v {path}:/config \
    -p 1194:1194/udp \
    -p 1194:1194/tcp \
    -p 9700:443/tcp \
    -p 9699:80/tcp \
    --name Pritunl \
    bashninja/docker-pritunl

Configure Pritunl

  • Open https://youripaddress:9700
  • Get your default creds (run on docker host via a shell): docker exec -it Pritunl pritunl default-password
  • Fun

Tag summary

Content type

Image

Digest

Size

206.6 MB

Last updated

almost 7 years ago

docker pull bashninja/docker-pritunl