Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pokle/squid
- Owner: pokle
- Created: 2014-03-18T11:13:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-03-18T11:21:55.000Z (over 10 years ago)
- Last Synced: 2023-03-11T00:19:15.606Z (over 1 year ago)
- Language: Shell
- Size: 125 KB
- Stars: 7
- Watchers: 1
- Forks: 26
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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