Nginx是一款高性能的反向代理和Web服务器,以高并发处理能力、低资源消耗及出色的稳定性著称,广泛应用于各类网站架构中,承担请求转发、负载均衡、静态资源服务等关键任务,其长期跟踪版本由Canonical公司负责维护,为用户提供持续可靠的技术支持与版本更新。

141 次收藏下载次数: 0状态:社区镜像维护者:Ubuntu 官方镜像仓库类型:镜像最近更新:5 天前
让 AI 帮你使用轩辕镜像?

如果你使用 DeepSeek元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。

只需在 AI 对话中先发送下面这句话即可:

请先完整阅读并严格遵守以下文档中的全部规则与要求:

https://xuanyuan.cloud/agents.md

在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。

查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AIDeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。

下载命令
点击查看

ubuntu/nginx is a rock for Nginx maintained by https://canonical.com/.

Nginx is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. Read more on the nginx website.

[Learn more about Nginx]

Tags and Architectures

NOTE: These tags follow a specific naming convention that respects the concept of channels.

TagsSupported untilVersionBaseArchitectures
1.28-26.04_beta
aliasesedge, latest
09/20261.2826.04ppc64le, s390x, amd64, arm64
1.24-24.04_beta
aliases1.24-24.04_beta
05/20291.2424.04amd64, s390x, ppc64le, arm64
1.18-22.04_beta
aliases1.18-22.04_beta
06/20271.1822.04amd64, s390x, ppc64le, arm64
1.28-26.04_edge
aliases1-26.04_edge
09/20261.2826.04ppc64le, amd64, arm64, s390x
1.24-24.04_edge
aliases1.24-24.04_edge
05/20291.2424.04amd64, s390x, ppc64le, arm64
1.18-22.04_edge
aliases1.18-22.04_edge
06/20271.1822.04amd64, s390x, ppc64le, arm64
View deprecated tags
TagsSupport ended onUpgrade Path
1.26-25.04_beta01/2026 -
1.26-24.10_beta07/2025 -
1.24-23.10_beta07/2024 -
1.22-23.04_beta01/2024 -
1.22-22.10_beta07/2023 -
1.18-21.10_beta07/2022 -
1.18-21.04_beta01/2022 -
1.18-20.04_beta05/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.

\https://documentation.ubuntu.com/pebble/%5C]

Inspect

To view the https://documentation.ubuntu.com/rockcraft/en/latest/reference/rockcraft-yaml/#services and https://documentation.ubuntu.com/rockcraft/latest/reference/rockcraft-yaml/#checks defined in this rock:

sh
docker run --rm ubuntu/nginx:1.26-25.04_beta plan

Run

To run this rock, use any of the usual container runtimes, for example, docker:

sh
docker run --name nginx-container \
    -p 8080:80 \
    ubuntu/nginx:1.26-25.04_beta

Nginx starts and serves content on port 80. Access your Nginx server at http://localhost:8080.

Get logs

To view the logs of the running container, run:

sh
docker exec nginx-container pebble logs

Or, for a specific service:

sh
docker exec nginx-container pebble logs <service>

Monitor health checks

Rocks may have predefined health checks that you can list by running:

sh
docker exec nginx-container pebble checks

The overall health of your container can be inspected via:

sh
docker exec nginx-container pebble health

Deploy with Kubernetes

Works with any Kubernetes; if you don't have one, we recommend you https://microk8s.io/. Then, run microk8s.enable dns storage and snap alias microk8s.kubectl kubectl.

Download https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/nginx/plain/examples/config/nginx.conf?h=1.18-22.04, https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/nginx/plain/examples/config/html/index.html?h=1.18-22.04 and https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/nginx/plain/examples/nginx-deployment.yml?h=1.18-22.04 and set containers.nginx.image in nginx-deployment.yml to your chosen channel tag (e.g. ubuntu/nginx:1.26-25.04_beta), then:

sh
kubectl create configmap nginx-config --from-file=nginx=nginx.conf --from-file=nginx-site=index.html
kubectl apply -f nginx-deployment.yml

You will now be able to connect to the nginx server on http://localhost:31080.

Configuration

Environment variables

OptionDescriptionDefault
TZTimezone setting for the container.UTC

Volumes

OptionDescriptionDefault
-v <path>:/var/www/html:roMount and serve a local website.None
-v <path>:/etc/nginx/templates/conf.templateMount template files inside /etc/nginx/templates. They are processed and the results are placed at /etc/nginx/conf.d (for example, listen ${NGINX_PORT}; generates listen 80;).None
-v <path>:/etc/nginx/nginx.conf:roLocal https://nginx.org/en/docs/ (try https://git.launchpad.net/~canonical-server/ubuntu-docker-images/+git/nginx/plain/examples/config/nginx.conf?h=1.18-22.04).None

Ports

OptionDescriptionDefault
-p <port>:80Expose port 80 on the host.None

\https://github.com/canonical/nginx-rock/issues%5C] \https://github.com/canonical/nginx-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 https://canonical.com/legal/intellectual-property-policy.

更多相关 Docker 镜像与资源

以下是 ubuntu/nginx 相关的常用 Docker 镜像,适用于 反向代理、负载均衡、静态资源服务 等不同场景:

  • library/nginx Docker 镜像说明
  • ilios/nginx Docker 镜像说明(Nginx Web 服务器,轻量高效)
  • bitnami/nginx Docker 镜像说明(Nginx Web 服务器,Bitnami 企业级配置,适合生产环境)
  • linuxserver/nginx Docker 镜像说明(Nginx Web 服务器,LinuxServer 维护版本,适合静态资源服务和反向代理)
  • arm64v8/nginx Docker 镜像说明(arm64v8 架构 Nginx 官方镜像,适合 ARM64 服务器与树莓派类设备的 Web 服务)

镜像拉取方式

您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面

轩辕镜像加速拉取命令点我查看更多 nginx 镜像标签

docker pull docker.xuanyuan.run/ubuntu/nginx:<标签>

DockerHub 原生拉取命令

docker pull ubuntu/nginx:<标签>

用户好评

来自真实用户的反馈,见证轩辕镜像的优质服务

用户头像

oldzhang

运维工程师

Linux服务器

5

"Docker访问体验非常流畅,大镜像也能快速完成下载。"

专业版 · 高速稳定拉取镜像
50GB 仅 ¥7/年
高速镜像下载在线技术支持99.95% SLA 保障付费会员免广告