You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-15Lines changed: 18 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,4 @@
1
-
[](https://circleci.com/gh/sameersbn/docker-squid)[](https://quay.io/repository/sameersbn/squid)
2
-
3
-
# sameersbn/squid:3.5.27-2
1
+
# stackhpc/squid:3.5.20
4
2
5
3
-[Introduction](#introduction)
6
4
-[Contributing](#contributing)
@@ -23,13 +21,20 @@
23
21
24
22
Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It reduces bandwidth and improves response times by caching and reusing frequently-requested web pages. Squid has extensive access controls and makes a great server accelerator.
25
23
24
+
Based on the Squid container by [sameersbn](https://github.com/sameersbn/docker-squid), with some changes:
25
+
26
+
- Based on CentOS base image and packages
27
+
- Uses a disk cache (4 GB) in `/var/spool/squid`
28
+
- Configures for logging to files under `/var/log/squid`
29
+
- Raises the RAM cache to 768 MB (default is 256 MB)
30
+
- Raises the maximum object size to 16 MB (default is 512 KB)
31
+
26
32
## Contributing
27
33
28
34
If you find this image useful here's how you can help:
29
35
30
36
- Send a pull request with your awesome features and bug fixes
31
37
- Help users resolve their [issues](../../issues?q=is%3Aopen+is%3Aissue).
32
-
- Support the development of this image with a [donation](http://www.damagehead.com/donate/)
33
38
34
39
## Issues
35
40
@@ -47,18 +52,14 @@ If the above recommendations do not help then [report your issue](../../issues/n
47
52
48
53
## Installation
49
54
50
-
Automated builds of the image are available on [Dockerhub](https://hub.docker.com/r/sameersbn/squid) and is the recommended method of installation.
51
-
52
-
> **Note**: Builds are also available on [Quay.io](https://quay.io/repository/sameersbn/squid)
*Alternatively, you can use the sample [docker-compose.yml](docker-compose.yml) file to start the container using [Docker Compose](https://docs.docker.com/compose/)*
@@ -81,8 +83,9 @@ You can customize the launch command of the Squid server by specifying arguments
0 commit comments