Privoxy is a non-caching web proxy(only 5MB).
1.4K
NOTE: If you encounter issue when using this image, please try: https://hub.docker.com/r/siji/polipo/
docker run -d --restart=always --name=http-proxy --net=host siji/privoxy
Suppose your Docker host is 1.2.3.4, your http proxy url should be 1.2.3.4:8118.
You can specify it to your browser, see your browser settings.
Or use it with curl, wget or git:
$ export all_proxy=http://1.2.3.4:8118
$ curl https://www.google.com
$ git clone https://github.com/chenzhiwei/repo.git
Content type
Image
Digest
sha256:73e056612…
Size
3.6 MB
Last updated
almost 3 years ago
docker pull siji/privoxy