Skip to content

Slim image (18MB) of Squid 3.5.4 running under Alpine Linux 3.2.

Notifications You must be signed in to change notification settings

hmsrc/docker-squid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Squid

Slim image (18MB) of Squid 4.8 running under Alpine Linux 3.10.

How to use

docker run -p 3128:3128 chrisdaish/squid

With bespoke configuration:

docker run  -v <configPath>/squid.conf:/etc/squid/squid.conf:ro \
            -v <configPath/cache:/var/cache/squid:rw \
            -v /var/log/squid:/var/log/squid:rw \
            -v /etc/localtime:/etc/localtime:ro \
            -p 3128:3128 \
            chrisdaish/squid

About

Slim image (18MB) of Squid 3.5.4 running under Alpine Linux 3.2.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 65.8%
  • Dockerfile 34.2%