Moved to: https://hub.docker.com/r/siji/polipo/
50K+
NOTE: If you encounter issue when using this image, please try: https://hub.docker.com/r/siji/privoxy/
docker run -d --restart=always --name=http-proxy -p 8123:8123 siji/polipo
Following is to change a socket proxy to http proxy.
docker run -d --name=http-proxy --net=host siji/polipo \
proxyAddress=0.0.0.0 socksParentProxy=127.0.0.1:1080 socksProxyType=socks5
Suppose your Docker host is 1.2.3.4, your http proxy url should be 1.2.3.4:8123.
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:8123
$ curl https://www.google.com
$ git clone https://github.com/chenzhiwei/repo.git
No tags have been pushed to this repository yet.