konstruktoid/squid

By konstruktoid

Updated about 11 hours ago

Squid, a caching proxy, Docker image

Image
Networking
2

100K+

konstruktoid/squid repository overview

Squid

"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. It runs on most available operating systems, including
Windows and is licensed under the GNU GPL."

http://www.squid-cache.org

docker build --no-cache --tag konstruktoid/squid -f Dockerfile .
docker run --cap-drop=all --cap-add={setgid,setuid} --dns 1.1.1.2 -d -p 3128:3128 konstruktoid/squid
curl --proxy 127.0.0.1:3128 --head https://duckduckgo.com

Tag summary

Content type

Image

Digest

sha256:d72416897

Size

13.3 MB

Last updated

about 11 hours ago

docker pull konstruktoid/squid