Docker-WireGuard with Proxy on Host
-
Ingredients
-
Linux
foo@bar:~$ source envsetup.sh
-
Windows
foo@bar:~$ envsetup.bat
-
-
Just, fire it up !
foo@bar:~$ docker compose up -d
-
Or, put it down ...
foo@bar:~$ docker compose down
-
Client configuration is auto-generated, and placed in the
storage/directory ofpwd -
Wire your container with the Proxy on your Host
foo@bar:~$ ssh -p 2224 -R 8080:<PROXY_IP>:<PROXY_PORT> <SSH_USER>@localhost