From 9d0e8d0e83435e07c9e8e3b4d4962896732bf5af Mon Sep 17 00:00:00 2001 From: popozy <18868108662@163.com> Date: Sun, 5 May 2019 09:07:37 +0800 Subject: [PATCH] get a typo in images.md: Dokcer authentication (#14155) --- content/zh/docs/concepts/containers/images.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/concepts/containers/images.md b/content/zh/docs/concepts/containers/images.md index cc123251be..3f4e6a8acd 100644 --- a/content/zh/docs/concepts/containers/images.md +++ b/content/zh/docs/concepts/containers/images.md @@ -94,7 +94,7 @@ Kubelet会获取并且定期刷新ECR的凭证。它需要以下权限 ### 使用 Azure Container Registry (ACR) 当使用[Azure Container Registry](https://azure.microsoft.com/en-us/services/container-registry/)时,可以使用admin user或者service principal认证。 -任何一种情况,认证都通过标准的Dokcer authentication完成。本指南假设使用[azure-cli](https://github.com/azure/azure-cli) +任何一种情况,认证都通过标准的Docker authentication完成。本指南假设使用[azure-cli](https://github.com/azure/azure-cli) 命令行工具。 首先,需要创建仓库并获取凭证,完整的文档请参考