Awesome
Simple TOR Socks Proxy Container
Dockerfile to setup and compile tor software usgin Debian. When ran tor starts with a SOCKS5 server accessible on port 9150 (This does not set up a tor relay or exit node).
Running
Verbose:
$ docker run --name tor -ti -p 9050:9050 jgamblin/tor
As a Dameon:
$ docker run --name tor -tid -p 9050:9050 jgamblin/tor
To use, configure your browser/client to use a SOCKS server
Server IP: 127.0.1.1
Server port: 9050
WARNING
- Programing might be science; but that's not what I do. I'm a hacker, not a programmer.
- This is also probably a really bad idea.