Skip to content

ehames/caching-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

caching-proxy

Docker image with a caching proxy (squid)

Build the image

$ docker build -t caching-proxy .

Run the image

docker run -v ~/tmp/cache/squid:/var/cache/squid -v ~/tmp/log/squid:/var/log/squid -it --rm -p 3128:3128 --name proxy caching-proxy

Set your system proxy to localhost:3128.

About

Docker image with a caching proxy (squid)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages