Sign inSign up

openkm/squid

By openkm

Updated almost 7 years ago

Convenient Squid image with statistics

Image
0

188

openkm/squid repository overview

Getting started

Installation

Automated builds of the image are available on Dockerhub.

docker pull openkm/squid

Quickstart

Start Squid:

docker run --name squid -d --publish 3128:3128 --publish 80:80 --restart=always openkm/squid

Usage

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

Statistics

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!.

Tag summary

Content type

Image

Digest

Size

104.7 MB

Last updated

almost 7 years ago

docker pull openkm/squid