Sign inSign up

zongzw/docker-squid3

By zongzw

Updated almost 9 years ago

This is a customized squid3 for personal use.

Image
0

71

zongzw/docker-squid3 repository overview

**This is a customized squid3 for personal use. **

Usage:

1.Pull it to local and run it:

$ docker pull zongzw/docker-squid3
$ docker run -itd --name squid3 -p 3128:3128 zongzw/docker-squid3:0.1 

2.Update auth* user/password to yourself.

$ docker exec -it squid3 bash 
$ htpasswd -d /var/squid/password <your username>
        <Input your password> 

$ /usr/local/squid/sbin/squid -k reconfigure

a. password should be 8-bits;

b. using -d tells htpasswd to use system's crypt function

3.Set proxy in your browser. i.e. using switchysharp in Chrome.

Tag summary

Content type

Image

Digest

Size

95.5 MB

Last updated

almost 9 years ago

docker pull zongzw/docker-squid3:0.1