Automated builds of the image are available on Dockerhub.
docker pull openkm/squid
Start Squid:
docker run --name squid -d --publish 3128:3128 --publish 80:80 --restart=always openkm/squid
Configure your web browser to use the proxy server which will be available at 172.17.0.2:3128
For example, in Linux it can be done this way:
export ftp_proxy=http://172.17.0.2:3128
export http_proxy=http://172.17.0.2:3128
export https_proxy=http://172.17.0.2:3128
There are some statistics integrated on this image. Please, go to http://172.17.0.2/ and take a look. The cachemgr.cgi is protected with manager/changeme!.
Content type
Image
Digest
Size
104.7 MB
Last updated
almost 7 years ago
docker pull openkm/squid