Sign inSign up

swdream/squid

By swdream

•Updated about 9 years ago

Docker image for squid

Image
0

113

swdream/squid repository overview

Docker image for squid. setup squid proxy:

  • enable authentication
  • configured cache_dir for squid proxy

Start Squid:

docker run --rm --name squid -e USERNAME=foo -e PASSWORD=bar -p 3128:3128 --volume /srv/docker/squid/:/var/cache/squid -d swdream/squid:3.5.23

Tag summary

Content type

Image

Digest

Size

8.6 MB

Last updated

about 9 years ago

docker pull swdream/squid:3.5.23