Privoxy HTTP Proxy based on jess/privoxy
1.1K
This is based on Jessie Frazelle's jess/privoxy image (github, blog post) with a few very minor tweaks (turned off debug logging, pinned alpine version, container is versioned).
Example usage: run a privoxy in a container and link to a tor socks proxy container:
docker run -d \
--restart always \
# the link inside the container must be named "torproxy"
--link torproxy:torproxy \
-v /etc/localtime:/etc/localtime:ro \
-p 8118:8118 \
--name privoxy \
hyperiongray/privoxy:0.1.0
Content type
Image
Digest
Size
2.3 MB
Last updated
over 9 years ago
docker pull hyperiongray/privoxy