A simple Dockerfile for launching an authenticated squid proxy.
The user must specify authentication credentials via the following environment variables:
SQUID_USERNAME=foo
SQUID_PASSWORD=bar
An example invocation would be:
docker run -d -e SQUID_USERNAME=foo -e SQUID_PASSWORD=bar -p 3128:3128 --dns 8.8.8.8 txt3rob/squid-anon-docker
ALL headers from squid are removed to ensure anon.
Uses Alpine Linux.
- SQUID_USERNAME
- SQUID_PASSWORD
- 3128
/var/log/squid