A simple (and fragile) 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 -e SQUID_USERNAME=foo -e SQUID_PASSWORD=bar -p 3128:3128 robhaswell/squid-authenticated
/var/log/squid3Content type
Image
Digest
sha256:6a99946c9…
Size
109.3 MB
Last updated
almost 11 years ago
docker pull robhaswell/squid-authenticated