From 1051fb63557cf953a23ddcb98d2749c8d9ec85ec Mon Sep 17 00:00:00 2001 From: Simon Beginn Date: Tue, 16 Feb 2021 14:51:37 +0100 Subject: [PATCH] Added docker note --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3a4571a..ec8aa77 100644 --- a/README.md +++ b/README.md @@ -32,5 +32,6 @@ An example Apache install process can be found [here](docs/apache/install.md). W * This modification will also block any communication to the Pritunl servers - so no calling home :) * The `ultimate` mode is still a little bit buggy. This is caused by some hacky workarounds to get all features displayed (the server is already unlocked). Caused by this workaround some items are maybe shown instead o being hidden. If you find such thing - just inform me about it. * SSO will not work with this api version! As Pritunls own authentication servers handle the whole SSO stuff, track instance ids and verify users I won't implement this part for privacy concerns (and also this would need to be securly implemented and a database). +* This api has also its own docker image. Take a look into the `docker` folder and enjoy! Have fun with your new premium/enterprise/ultimate Pritunl instance!