Pritunl-Zero is a zero trust system that provides secure authenticated access to internal services from untrusted networks without the use of a VPN. Documentation and more information can be found at docs.pritunl.com
To use this container the MONGO_URI
and NODE_ID
must be set. The node ID
is used to identify the node in the cluster, it must be unique to each
running container.
docker run --rm \
--name pritunl-zero \
-p 80:80 \
-p 443:443 \
-e MONGO_URI="mongodb://mongo.example.domain:27017/pritunl-zero" \
-e NODE_ID="5b8e11e4610f990034635e98" \
docker.io/pritunl/pritunl-zero