summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGDR! <gdr@gdr.name>2020-04-21 19:27:00 +0200
committerGDR! <gdr@gdr.name>2020-04-21 19:27:00 +0200
commit537575ce348921b569d9e45542681278ed5d97be (patch)
tree30f038ad2bda8749c1f76467af6d90efd6c1adcf
parente168cc7f097c964c9551de625db089a630893e3e (diff)
Windows FAQ
-rw-r--r--FAQ.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/FAQ.md b/FAQ.md
index 5c05277..68d26b4 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -61,6 +61,13 @@ The tox config is stored in `/data` and that's where you want to attach your vol
61docker run -e 'TUNTOX_SHARED_SECRET=myassfeelsweird' -v /tmp/tt:/data -it registry.gitlab.com/gjedeer/tuntox:latest 61docker run -e 'TUNTOX_SHARED_SECRET=myassfeelsweird' -v /tmp/tt:/data -it registry.gitlab.com/gjedeer/tuntox:latest
62``` 62```
63 63
64## Can I run it on Windows?
65
66There's no native Windows version but, in the spirit of "just use Wine" answers, try the following:
67
68* Why don't you install [Docker for Windows](https://docs.docker.com/docker-for-windows/install/) and use the Docker image in Linux Containers mode?
69* [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10) works with tuntox binaries too (see Releases tab on Github). To use the smallest amount of disk space, use Alpine Linux instead of Ubuntu (but it works on both). [screenshot](screenshots/wsl.png)
70
64## Is your website a joke? 71## Is your website a joke?
65 72
66You're a joke for not using NoScript. 73You're a joke for not using NoScript.