Docker Image
Pritunl Zero Docker image
Pritunl Zero can be run from a Docker container using the command below. The NODE_ID
is used to identify the node in the cluster, it must be unique for each running Docker 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
Updated about 5 years ago