https://github.com/konstruktoid/container-privoxy-build
Privoxy is a non-caching web proxy with filtering capabilities.
https://github.com/konstruktoid/container-privoxy-build
Last synced: 7 months ago
JSON representation
Privoxy is a non-caching web proxy with filtering capabilities.
- Host: GitHub
- URL: https://github.com/konstruktoid/container-privoxy-build
- Owner: konstruktoid
- Created: 2015-07-16T22:59:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-02-25T00:21:13.000Z (over 3 years ago)
- Last Synced: 2024-10-04T16:41:10.601Z (about 1 year ago)
- Language: Dockerfile
- Homepage:
- Size: 72.3 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Privoxy
Please note that because of the changes to Docker Automated Builds many Docker
images are now outdated and a manual build is required and recommended.
[source]
----
"Privoxy is a non-caching web proxy with filtering capabilities for
enhancing privacy, manipulating cookies and modifying web page data
and HTTP headers before the page is rendered by the browser. Privoxy
is a "privacy enhancing proxy", filtering Web pages and removing
advertisements."
----
Website: http://www.privoxy.org/
[source]
----
$ docker build --no-cache -t konstruktoid/privoxy -f Dockerfile .
$ docker run --name privoxy --cap-drop=all --cap-add={setgid,setuid} --read-only --tmpfs /var/log/privoxy:rw,nosuid,noexec,nodev -d -p 8118:8118 konstruktoid/privoxy --no-daemon --user privoxy /etc/privoxy/config
----
`./apparmor/` contains apparmor profile and toml file, `--security-opt="apparmor:docker-privoxy"`