From a17a3b9cb12223d36cbe9f347d9a3073971a9853 Mon Sep 17 00:00:00 2001 From: Stewart-YU Date: Sat, 26 Aug 2017 04:13:20 +0800 Subject: [PATCH] Update images.md (#5034) Fix the format. The format in orginal web page is confusion. --- docs/concepts/containers/images.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/concepts/containers/images.md b/docs/concepts/containers/images.md index 54df534170..6947df31e8 100644 --- a/docs/concepts/containers/images.md +++ b/docs/concepts/containers/images.md @@ -113,6 +113,7 @@ You first need to create a registry and generate credentials, complete documenta the [Azure container registry documentation](https://docs.microsoft.com/en-us/azure/container-registry/container-registry-get-started-azure-cli). Once you have created your container registry, you will use the following credentials to login: + * `DOCKER_USER` : service principal, or admin username * `DOCKER_PASSWORD`: service principal password, or admin user password * `DOCKER_REGISTRY_SERVER`: `${some-registry-name}.azurecr.io`