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.
This fork build a Docker image to run the container as non root user (UID/GID 1000)
-d). Calling docker stop cleanly exits though.testing versions of tor and runit in Alpine. Got to keep an eye on future builds, until those packages reach main in Alpine.Content type
-
Digest
Size
-
Last updated
over 5 years ago
docker pull owlint/docker-tor-privoxy-alpine