A simple docker for launching an authenticated squid proxy. Based on Alpine.
The user must specify authentication credentials via the following environment variable:
CREDENTIALS="user1=>password1 user2=>password2 user3=>password3" An example invocation would be:
docker run -e CREDENTIALS="user1=>password1 user2=>password2 user3=>password3" -p 3128:3128 eferalgan/squid-auth
Content type
Image
Digest
Size
9.6 MB
Last updated
about 9 years ago
docker pull eferalgan/squid-auth