Subhas Dandapani ef157adaab Minor refactoring
2015-10-03 03:33:09 +05:30
2015-10-03 03:33:09 +05:30
2015-10-03 02:38:59 +05:30
2015-10-03 02:21:55 +05:30
2015-10-03 03:33:09 +05:30
2015-10-03 02:27:53 +05:30
2015-10-03 02:29:03 +05:30

tor-privoxy-alpine

The smallest (15 MB) docker image with Tor and Privoxy on Alpine Linux.

docker pull tor-privoxy-alpine
docker run -d -p 8118:8118 --name torx tor-privoxy-alpine
curl --proxy localhost:8118 https://www.google.com

And that's it!

Known Issues

  • When running in interactive mode, pressing Ctrl+C doesn't cleanly exit. For now, run it in detached mode (-d). Calling docker stop cleanly exits though.
  • We're using testing versions of tor and runit in Alpine. Got to keep an eye on future builds, until those packages reach main in Alpine.
Description
The smallest (15 MB!!) docker image with Tor and Privoxy on Alpine Linux
Readme MIT 39 KiB
Languages
Dockerfile 75.8%
Shell 24.2%