Sign inSign up

chosomeister/http-privoxy-docker

By chosomeister

Updated almost 6 years ago

Docker file to build an image with privoxy service.

Image
0

189

chosomeister/http-privoxy-docker repository overview

http-privoxy-docker

Privoxy is a "privacy enhancing proxy", filtering Web pages and removing advertisements. This docker container runs privoxy over Alpine Linux in 6 Mb uncompressed image.

The image can be pulled from https://hub.docker.com/r/chosomeister/http-privoxy-docker with this command :

docker pull chosomeister/http-privoxy-docker

Run privoxy

(please, read the security note below)

docker run -d --name=privoxy -p 8118:8118 chosomeister/http-privoxy-docker:latest

Test privoxy

  curl --proxy http://localhost:8118/ http://ifconfig.es
  

Security note

This container should be executed in a local host or in a VPN.

Please, don't execute this docker in a host accesible from the internet with -p parameter because it bypass the Linux firewall and you could be opening an anonymous internet door.

Tag summary

Content type

Image

Digest

Size

3.1 MB

Last updated

almost 6 years ago

docker pull chosomeister/http-privoxy-docker