Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/pipelines/process/container-phases.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down