Squid Docker Image based on Alpine that provides a Squid proxy server with basic authentication.
731
Squid Docker Image based on Alpine that provides a Squid proxy server with basic authentication.
Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It reduces bandwidth and improves response times by caching and reusing frequently-requested web pages. Squid has extensive access controls and makes a great server accelerator.
Pre-configured Squid proxy server with basic authentication.
Define the following environment variables to configure the authentication credentials:
| Variable | Description |
|---|---|
| SQUID_USERNAME | Username for basic authentication |
| SQUID_PASSWORD | Password for basic authentication |
The default port for the Squid proxy server is 3128.
docker run -e SQUID_USERNAME=<username> -e SQUID_PASSWORD=<password> -p 3128:3128 marcnuri/squid-simple-auth
Docker image hosted at Docker Hub: https://hub.docker.com/r/marcnuri/squid-simple-auth
Content type
Image
Digest
sha256:ea3a22cb5…
Size
7.9 MB
Last updated
over 2 years ago
docker pull marcnuri/squid-simple-auth