Dockerfile to create a Docker container image for Squid proxy server.
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.
OS: CentOS7 Architecture: ARM
docker pull cyrriv/squid:3.5.20
Start Squid using:
docker run --name squid -d \
--publish 3128:3128 \
--volume /path/to/squid.conf:/etc/squid/squid.conf \
cyrriv/squid:3.5.20
Content type
Image
Digest
Size
90.8 MB
Last updated
over 4 years ago
docker pull cyrriv/squid:4.10