1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00

add privoxy

This commit is contained in:
kev 2015-06-29 00:58:36 +08:00
parent e6f4d8893d
commit df12c1afab
2 changed files with 23 additions and 0 deletions

14
privoxy/Dockerfile Normal file

@ -0,0 +1,14 @@
#
# Dockerfile for privoxy
#
FROM alpine
MAINTAINER kev <noreply@datageek.info>
RUN apk add -U privoxy \
&& rm -rf /var/cache/apk/*
VOLUME /etc/privoxy
EXPOSE 8118
CMD ["privoxy", "--no-daemon", "/etc/privoxy/config"]

9
privoxy/README.md Normal file

@ -0,0 +1,9 @@
privoxy
=======
`Privoxy` is a non-caching web proxy with advanced filtering capabilities for
enhancing privacy, modifying web page data and HTTP headers, controlling
access, and removing ads and other obnoxious Internet junk. Privoxy has a
flexible configuration and can be customized to suit individual needs and
tastes. It has application for both stand-alone systems and multi-user
networks.