An anonymous web proxy Docker image that combines Privoxy and Tor.
https://hub.docker.com/r/dwightgunning/anonwebproxy
The image is Alpine based, includes a health check and remains lightweight at ~10 MB. Tor and Privoxy are launched via runit.
- Specify the init process (
--init
) - Bind the HTTP Proxy (8118) and Tor SOCKS5 (9050) ports for access from the host
docker run --init --rm -p 8118:8118 -p 9050:9050 dwightgunning/anonwebproxy:latest
Linting with Hadolint from the command line.
hadolint Dockerfile
The ci workflow can be run locally with act.
act \
--env-file .act/.env \
--secret-file .act/.secrets \
--workflows .github/workflows/ci.yml
Copyright (c) 2023 Dwight Gunning. All rights reserved.
See the file "LICENSE" for information on the history of this software, terms & conditions for usage, and a DISCLAIMER OF ALL WARRANTIES.