summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGDR! <gdr@gdr.name>2020-04-22 13:51:13 +0200
committerGitHub <noreply@github.com>2020-04-22 13:51:13 +0200
commitefe6ded54115b2086dea3723c8fc56bb69fc12e0 (patch)
treeeed8228e40bf7089969601762c6c0360f552aae8
parent3d2f21ac28057f19bf367b7732039102e846b16f (diff)
Update FAQ.md
-rw-r--r--FAQ.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/FAQ.md b/FAQ.md
index 68d26b4..c0f5635 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -61,6 +61,11 @@ 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
64The binary is in `/usr/bin/tuntox` (and `/usr/bin/tokssh`):
65```
66docker run -e 'TUNTOX_SHARED_SECRET=myassfeelsweird' -it registry.gitlab.com/gjedeer/tuntox:latest /usr/bin/tuntox -i 1234abc -p
67```
68
64## Can I run it on Windows? 69## Can I run it on Windows?
65 70
66There's no native Windows version but, in the spirit of "just use Wine" answers, try the following: 71There's no native Windows version but, in the spirit of "just use Wine" answers, try the following: