
ubuntu/squid
Squid是一款广泛应用的Web缓存代理服务器,主要功能是缓存网页内容,通过存储用户频繁访问的资源来加快后续访问速度并有效减轻源服务器的负载,其长期支持版本由Canonical公司负责持续维护与更新。
让 AI 帮你使用轩辕镜像? · 展开查看说明
如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。
只需在 AI 对话中先发送下面这句话即可:
请先完整阅读并严格遵守以下文档中的全部规则与要求:
https://xuanyuan.cloud/agents.md
在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
ubuntu/squid is a rock for Squid maintained by Canonical.
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. It runs on most available operating systems, including Windows and is licensed under the GNU GPL.
[Learn more about Squid]
Tags and Architectures
NOTE: These tags follow a specific naming convention that respects the concept of channels.
| Tags | Supported until | Version | Base | Architectures | |
|---|---|---|---|---|---|
6.6-24.04_beta | aliasesedge, latest | 05/2029 | 6.6 | 24.04 | ppc64le, amd64, arm64, s390x |
5.2-22.04_beta | aliases5.2-22.04_beta | 06/2027 | 5.2 | 22.04 | amd64, ppc64le, s390x, arm64 |
7.2-26.04_edge | aliases7.2-26.04_edge | 05/2026 | 7.2 | 26.04 | s390x, arm64, ppc64le, amd64 |
6.6-24.04_edge | aliases6.6-24.04_edge | 05/2029 | 6.6 | 24.04 | ppc64le, amd64, arm64, s390x |
5.2-22.04_edge | aliases5.2-22.04_edge | 06/2027 | 5.2 | 22.04 | amd64, ppc64le, s390x, arm64 |
View deprecated tags
| Tags | Support ended on | Upgrade Path |
|---|---|---|
6.13-25.04_beta | 01/2026 | - |
6.10-24.10_beta | 07/2025 | - |
6.1-23.10_beta | 07/2024 | - |
5.7-23.04_beta | 01/2024 | - |
5.6-22.10_beta | 07/2023 | - |
4.13-21.10_beta | 07/2022 | - |
4.13-21.04_beta | 01/2022 | - |
4.10-20.04_beta | 05/2025 | - |
Get started
This rock's entrypoint is Pebble, a container-optimized init process that enables the orchestration of a collection of local service processes as an organized set.
[Learn more about Pebble]
Inspect
To view the Pebble services and checks defined in this rock:
shdocker run --rm ubuntu/squid:6.13-25.04_beta plan
Run
To run this rock, use any of the usual container runtimes, for example, docker:
shdocker run --name squid-container \ -p 3128:3128 \ ubuntu/squid:6.13-25.04_beta
Access the Squid proxy at localhost:3128.
Get logs
To view the logs of the running container, run:
shdocker exec squid-container pebble logs
Or, for a specific service:
shdocker exec squid-container pebble logs <service>
Monitor health checks
Rocks may have predefined health checks that you can list by running:
shdocker exec squid-container pebble checks
The overall health of your container can be inspected via:
shdocker exec squid-container pebble health
Deploy with Kubernetes
Works with any Kubernetes; if you don't have one, we recommend you install MicroK8s. Then, run microk8s.enable dns storage and snap alias microk8s.kubectl kubectl.
Download
squid.conf and
squid-deployment.yml and set containers.squid.image in squid-deployment.yml to your chosen channel tag (e.g. ubuntu/squid:6.13-25.04_beta), then:
shkubectl create configmap squid-config --from-file=squid-config=squid.conf kubectl apply -f squid-deployment.yml
Access the Squid proxy on port 3128.
Configuration
Environment variables
| Option | Description | Default |
|---|---|---|
| TZ | Timezone. | UTC |
Volumes
| Option | Description | Default |
|---|---|---|
-v <path>:/var/log/squid | Volume to store squid logs. | None |
-v <path>:/var/spool/squid | Volume to store the squid cache. | None |
-v <path>:/etc/squid/squid.conf | Main squid configuration file. | None |
-v <path>:/etc/squid/conf.d/snippet.conf | Configuration snippets included by squid.conf. | None |
Ports
| Option | Description | Default |
|---|---|---|
-p <port>:3128 | Expose the container's port 3128 on the host's <port>. | None |
\https://github.com/canonical/squid-rock/issues%5C] \https://github.com/canonical/squid-rock%5C]
Canonical is the provider of this container image. It is the user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within, as well as with Canonical’s IP Policy.
更多相关 Docker 镜像与资源
以下是 ubuntu/squid 相关的常用 Docker 镜像,适用于 不同场景 等不同场景:
- library/nginx Docker 镜像说明
- ilios/nginx Docker 镜像说明(Nginx Web 服务器,轻量高效)
- ubuntu/nginx Docker 镜像说明(Nginx Web 服务器,基于 Ubuntu,适合生产环境)
- bitnami/nginx Docker 镜像说明(Nginx Web 服务器,Bitnami 企业级配置,适合生产环境)
- linuxserver/nginx Docker 镜像说明(Nginx Web 服务器,LinuxServer 维护版本,适合静态资源服务和反向代理)
Deployment & Usage Documentation
镜像拉取方式
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
DockerHub 原生拉取命令
镜像拉取常见问题
功能
错误码
用户好评
来自真实用户的反馈,见证轩辕镜像的优质服务