From 384f21048e61b7fec6764ea1b46608c28d0aa2b4 Mon Sep 17 00:00:00 2001 From: Xianpeng Zhang Date: Thu, 7 Jul 2022 16:17:08 +0800 Subject: [PATCH] Update images.md --- content/zh-cn/docs/concepts/containers/images.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/zh-cn/docs/concepts/containers/images.md b/content/zh-cn/docs/concepts/containers/images.md index f3783775cc..c3876235bb 100644 --- a/content/zh-cn/docs/concepts/containers/images.md +++ b/content/zh-cn/docs/concepts/containers/images.md @@ -296,7 +296,7 @@ Kubernetes itself typically names container images with a suffix `-$(ARCH)`. For Kubernetes 自身通常在命名容器镜像时添加后缀 `-$(ARCH)`。 为了向前兼容,请在生成较老的镜像时也提供后缀。 这里的理念是为某镜像(如 `pause`)生成针对所有平台都适用的清单时, -生成 `pause-amd64` 这类镜像,以便较老的配置文件或者将镜像后缀影编码到其中的 +生成 `pause-amd64` 这类镜像,以便较老的配置文件或者将镜像后缀硬编码到其中的 YAML 文件也能兼容。 有关配置私有容器镜像仓库的示例,请参阅任务 -[从私有镜像库中提取图像](/zh-cn/docs/tasks/configure-pod-container/pull-image-private-registry)。 +[从私有镜像库中拉取镜像](/zh-cn/docs/tasks/configure-pod-container/pull-image-private-registry)。 该示例使用 Docker Hub 中的私有注册表。