From 19a1dcad78d2a770c6553bb801835ba5f9adb5b3 Mon Sep 17 00:00:00 2001 From: sam-mfb <58484566+sam-mfb@users.noreply.github.com> Date: Thu, 7 Apr 2022 10:33:52 -0400 Subject: [PATCH] Clarify endpoint option description Clarify that the `endpoint` option needs to be used for private (auth required) Docker Hub registries. --- docs/pipelines/process/container-phases.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/pipelines/process/container-phases.md b/docs/pipelines/process/container-phases.md index 79fdd28278c..1c851e65a28 100644 --- a/docs/pipelines/process/container-phases.md +++ b/docs/pipelines/process/container-phases.md @@ -132,9 +132,9 @@ steps: ## Endpoints -Containers can be hosted on registries other than Docker Hub. To host -an image on [Azure Container Registry](/azure/container-registry/) or -another private container registry, +Containers can be hosted on registries other than public Docker Hub registries. +To host an image on [Azure Container Registry](/azure/container-registry/) or +another private container registry (including a private Docker Hub registry), add a [service connection](../library/service-endpoints.md) to the private registry. Then you can reference it in a container spec: