Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.
/ caching-proxy Public archive

Caching proxy

Notifications You must be signed in to change notification settings

infraworks/caching-proxy

Repository files navigation

Caching proxy

Run in background

docker run -d  -p 8000:8000/tcp -v ./cachedir:/var/cache/squid-deb-proxy --name caching-proxy jxtopher/caching-proxy:latest 

Add proxy

For apt

echo "Acquire::http::Proxy \"http://192.168.42.27:8000\";" > /etc/apt/apt.conf.d/00aptproxy