Go to file
Panagiotis Moustafellos f20ed3a10d added makefile 2014-08-18 19:26:42 +03:00
Dockerfile first commit 2014-08-18 19:22:46 +03:00
Makefile added makefile 2014-08-18 19:26:42 +03:00
README.md first commit 2014-08-18 19:22:46 +03:00
extra-sources.acl first commit 2014-08-18 19:22:46 +03:00
start.sh first commit 2014-08-18 19:22:46 +03:00

README.md

squid-deb-proxy Docker container

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