This image is running a tor proxy inside alpine linux. It is based on jess/tor-proxy but has a few tweaks:
- alpine version pinned, tor installed from default package
- logging is less verbose
Socks proxy is exposed on port 9050, so an example command to run is:
docker run --rm --name torproxy -p 9050:9050 hyperiongray/tor-proxy
If you want to expose it as an http/https proxy, use jess/privoxy or hyperiongray/privoxy:
docker run --rm --name privoxy --link torproxy -p 8118:8118 hyperiongray/privoxy
License is MIT.