Sign inSign up

zcchen/privoxy

By zcchen

Updated about 5 years ago

privoxy docker image based on Alpine Linux.

Image
0

812

zcchen/privoxy repository overview

zcchen/privoxy

A privoxy docker image based on Alphine Linux. This image generates /etc/privoxy/config with environment variables setup.

Example as below:

docker run -d --restart unless-stopped --name privoxy \
    -e LISTEN_ADDRESS_IPV4="0.0.0.0" \
    -p 8118:8118 zcchen/privoxy

Available Environment Variables

Variable NameDefault ValueMeaning
LISTEN_ADDRESS_IPV4127.0.0.1available IPv4 addresses for privoxy
LISTEN_ADDRESS_IPV6[::1]available IPv6 addresses for privoxy
LISTEN_PORT8118the privoxy service port
TARGET_PATTERN/the target pattern for privoxy to port
HTTP_PARENT.the upstream HTTP proxy
SOCKS_PROXYthe upstream SOCKS proxy address
SOCKS_METHODthe upstream SOCKS proxy method

Github Repository

For more details, please check the following github repository: https://github.com/zcchen/dockers

Tag summary

Content type

Image

Digest

Size

3.8 MB

Last updated

about 5 years ago

docker pull zcchen/privoxy