Go to file
Mike Purvis e18e5fb95c Add avahi process, log squid3 to stdout. 2014-12-16 23:02:16 -05:00
Dockerfile Add avahi process, log squid3 to stdout. 2014-12-16 23:02:16 -05:00
Makefile added makefile 2014-08-18 19:26:42 +03:00
README.md Added Gitter badge 2014-12-12 10:05:28 +00:00
extra-sources.acl Update extra-sources.acl 2014-08-19 13:34:35 +03:00
start.sh Add avahi process, log squid3 to stdout. 2014-12-16 23:02:16 -05:00

README.md

squid-deb-proxy Docker container

![Gitter](https://badges.gitter.im/Join Chat.svg)

squid-deb-proxy provides an easy wrapper over squid3 to enable package proxy caching for your organisation/LAN.

This Docker container image allows most (if not all) non-routeable LAN subnets and caches from sources found under extra-sources.acl

Usage:

  • On Server / Host:

docker run --name proxy --rm -v /path/to/cachedir:/cachedir -p PORT:8000 pmoust/squid-deb-proxy &

  • On a node
apt-get install squid-deb-proxy-client
echo 'Acquire::http::Proxy "http://HOST_IP:PORT";' > /etc/apt/apt.conf.d/30autoproxy