summaryrefslogtreecommitdiff
path: root/FAQ.md
diff options
context:
space:
mode:
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/FAQ.md b/FAQ.md
index 82758f4..5c05277 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -51,6 +51,16 @@ There's, however, a chance that it will upgrade to UDP after a few minutes:
51 51
52Wait until https://github.com/gjedeer/tuntox/issues/41 is implemented. This change should improve speed and latency in the 10 Mbit/s+ range. 52Wait until https://github.com/gjedeer/tuntox/issues/41 is implemented. This change should improve speed and latency in the 10 Mbit/s+ range.
53 53
54## Can I run it with Docker?
55
56I've made a [Docker image](https://gitlab.com/gjedeer/tuntox/container_registry/) by bundling a static build with Alpine Linux, but I don't think I'm going to remember to keep it up to date at all times. There's a [Dockerfile](Dockerfile) and [docker-compose.yaml](scripts/docker-compose.yaml).
57
58The tox config is stored in `/data` and that's where you want to attach your volumes.
59
60```
61docker run -e 'TUNTOX_SHARED_SECRET=myassfeelsweird' -v /tmp/tt:/data -it registry.gitlab.com/gjedeer/tuntox:latest
62```
63
54## Is your website a joke? 64## Is your website a joke?
55 65
56You're a joke for not using NoScript. 66You're a joke for not using NoScript.