Skip to content

pokle/squid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

squid

Run squid as a caching proxy in a docker container:

docker run -d -p 3128:3128 poklet/squid

And then time a few http requests through the proxy with something like:

time curl --proxy http://localhost:3128 http://SOME-BIG-FILE

About

Run squid as a caching proxy in a docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages