babim / docker-tor-privoxy-alpine

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

Home Page:https://hub.docker.com/r/rdsubhas/tor-privoxy-alpine/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thanks rdsubhas

tor-privoxy-alpine

Anonymous Internet Browser over proxy

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

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

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

About

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

https://hub.docker.com/r/rdsubhas/tor-privoxy-alpine/

License:MIT License


Languages

Language:Shell 100.0%