Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pokle/squid

Run squid as a caching proxy in a docker container
https://github.com/pokle/squid

Last synced: 10 days ago
JSON representation

Run squid as a caching proxy in a docker container

Awesome Lists containing this project

README

        

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