Sign inSign up

jetski/docker-squid

By jetski

Updated over 10 years ago

squid image supporting cache_peer directive to use your parent (upstream) proxy

Image
0

681

jetski/docker-squid repository overview

squid

Usage:

 docker run -d --name="docker-squid" \
           [-e "CACHE_PEER=user:[email protected]:8080"] \
            -p <HostPort>:3128 akrambenaissi/docker-squid
  • Set CACHE_PEER to an url of your parent (upstream) proxy. Supports login authentication.

Examples:

 docker run -d --name="docker-squid" -p 3128:3128 \
            -e "CACHE_PEER=user:p%42ssword@otherproxy:8080" \
            akrambenaissi/docker-squid

Tag summary

Content type

Image

Digest

Size

110.1 MB

Last updated

over 10 years ago

docker pull jetski/docker-squid