Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pokle committed Mar 18, 2014
1 parent 572948b commit 279f2d1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
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

0 comments on commit 279f2d1

Please sign in to comment.