https://github.com/igrep/squid.dockerfile
My squid docker image (Upload after testing with my app on a k8s cluster)
https://github.com/igrep/squid.dockerfile
Last synced: 4 months ago
JSON representation
My squid docker image (Upload after testing with my app on a k8s cluster)
- Host: GitHub
- URL: https://github.com/igrep/squid.dockerfile
- Owner: igrep
- Created: 2020-08-03T04:51:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-03T04:52:46.000Z (almost 6 years ago)
- Last Synced: 2026-01-29T21:14:11.802Z (4 months ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Squid Caching Proxy Docker Image
Just adds [Squid Caching Proxy](http://www.squid-cache.org/) to [debian:buster-slim](https://hub.docker.com/_/debian).
## Why another images of Squid?
As far as I searched in Docker Hub, there is no well-documented, up-to-date, and slim image of Squid.
I can't trust them at all!
## How to configure
Squid uses these paths by default. Replace with your directory/configuration file by `-v` option of `docker run`.
- Configuration file: `/etc/squid/squid.conf`
- Logs directory: `/var/log/squid/`