This commit is contained in:
Ubuntu 2017-02-08 20:41:41 +00:00
Родитель 2998462829
Коммит bbb025329f
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -44,4 +44,4 @@ docker login <yourregistry>.azurecr.io
# How to use a custom domain for azure container registry
Azure docker registries has a typical ID of the format `*.azurecr.io`. A customer might like to have a custom registry ID that associate with its own organization. Follow [this guide](custom-domain.md) to achieve that.
Azure docker registries has a typical ID of the format `*.azurecr.io`. A customer might like to have a custom domain that associate with its own organization. Follow [this guide](custom-domain.md) to achieve that.

Просмотреть файл

@ -1,6 +1,6 @@
# How to use a custom domain for azure container registry
Azure docker registries has a typical domain of the format `*.azurecr.io`. A customer might like to have a custom registry domain that associate with its own organization. The following is the guide on how to achieve that.
Azure docker registries has a typical domain of the format `*.azurecr.io`. A customer might like to have a custom domain that associate with its own organization. The following is the guide on how to achieve that.
## Prerequisites