From 13162cc576d8664270dab54a5832d7703b3d90b6 Mon Sep 17 00:00:00 2001 From: Zhao73 <156770117+Zhao73@users.noreply.github.com> Date: Mon, 1 Jun 2026 02:18:53 +0800 Subject: [PATCH] Clarify NGINX Plus Docker image availability The Docker installation guide had a duplicated product name in the sentence introducing official NGINX Plus images from Release 31. This keeps the documented issue small and preserves the existing Hugo reference while improving readability. Constraint: Issue nginx/documentation#2009 specified the exact file and sentence to correct Rejected: Broaden the edit to surrounding Docker registry wording | unnecessary for the documented typo Confidence: high Scope-risk: narrow Reversibility: clean Directive: Keep this PR scoped to the duplicate-product-name typo unless maintainers request wider copyedits Tested: git diff --check; verified duplicate phrase is absent with git grep Not-tested: make lint-markdown, because Docker CLI did not respond while the Makefile checked Docker availability --- .../admin-guide/installing-nginx/installing-nginx-docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/nginx/admin-guide/installing-nginx/installing-nginx-docker.md b/content/nginx/admin-guide/installing-nginx/installing-nginx-docker.md index 9ee6c738a..4a7dec214 100644 --- a/content/nginx/admin-guide/installing-nginx/installing-nginx-docker.md +++ b/content/nginx/admin-guide/installing-nginx/installing-nginx-docker.md @@ -26,7 +26,7 @@ f5-product: NGPLUS ## Use official NGINX Plus Docker images -Since NGINX Plus NGINX Plus [Release 31]({{< ref "nginx/releases.md#r31" >}}) you can get an NGINX Plus image from the official NGINX Plus Docker registry and upload it to your private registry. +Since NGINX Plus [Release 31]({{< ref "nginx/releases.md#r31" >}}), you can get an NGINX Plus image from the official NGINX Plus Docker registry and upload it to your private registry. The NGINX Plus Docker registry is available at `https://private-registry.nginx.com/v2/`.