Sign inSign up

siji/privoxy

By siji

Updated almost 3 years ago

Privoxy is a non-caching web proxy(only 5MB).

Image
0

1.4K

siji/privoxy repository overview

NOTE: If you encounter issue when using this image, please try: https://hub.docker.com/r/siji/polipo/

Run as http proxy

docker run -d --restart=always --name=http-proxy --net=host siji/privoxy

Use this http proxy

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

Tag summary

Content type

Image

Digest

sha256:73e056612

Size

3.6 MB

Last updated

almost 3 years ago

docker pull siji/privoxy