Sign inSign up

zenman94/squid

By zenman94

Updated over 4 years ago

Image
2

10K+

zenman94/squid repository overview

Squid docker image build on latest stable Ubuntu base.

Quickstart

docker run --name squid -d --restart=always \
  -p 3128:3128 \
  -v /srv/squid/cache:/var/spool/squid \
  zenman94/squid

Config

You can mount your personnal squid.conf in /etc/squid/squid.conf

docker run --name squid -d --restart=always \
  -p 3128:3128 \
  -v /srv/squid/cache:/var/spool/squid \
  -v /srv/squid.conf:/etc/squid/squid.conf \
  zenman94/squid

Logging

Please note that access.log is redirected to /dev/stdoutand cache.log is redirected to /dev/stderr.

You can also disable some logging in your squid.conf :

cache_log none

User

Please do not modify cache_effective_user or cache_effective_group.

Tag summary

Content type

Image

Digest

Size

59.3 MB

Last updated

over 4 years ago

docker pull zenman94/squid