• Stars
    star
    213
  • Rank 184,887 (Top 4 %)
  • Language
    Shell
  • License
    MIT License
  • Created about 9 years ago
  • Updated about 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

tor-privoxy-alpine

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

docker run -d -p 8118:8118 -p 9050:9050 rdsubhas/tor-privoxy-alpine
curl --proxy localhost:8118 https://www.google.com

And that's it! Read the accompanying blog post for more details.

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.

Other interesting projects