Sign inSign up

cbolt/squid

By cbolt

Updated over 6 years ago

squid caching

Image
0

100K+

cbolt/squid repository overview

github source

squid caching container. has a simple caching config that can be overwritten at /etc/squid/squid.conf. CACHE_SIZE_* is in MB units.

Example Usage

docker run -it --rm \
  --name squid \
  -p 3128:3128 \
  -e 'CACHE_SIZE_MEM=2048' \
  -e 'CACHE_SIZE_DISK=10240' \
  cbolt/squid

Tag summary

Content type

Image

Digest

Size

7.2 MB

Last updated

over 6 years ago

docker pull cbolt/squid