Minimal Docker Image based on alpine running squid
3.0K
Minimal Docker Image based on alpine running squid
docker run -d -p 3128:3128 aminvakil/squid
Beware that this command runs an open proxy from everywhere to everywhere.
You should either block it in docker-user chain or from a firewall which is in front of your server.
This was meant to be a minimal image supporting basic authentication, but as alpine squid package doesn't support basic authentication by default and other type of authentications need another package to be installed, this reverted to a really really basic squid.
Content type
Image
Digest
Size
6.6 MB
Last updated
over 6 years ago
docker pull aminvakil/squid