Skip to content

Commit 000fa88

Browse files
authored
Merge pull request #34862 from popeng007/patch-2
[zh-cn]Fixed a few words in Update images.md
2 parents 56c1daf + 384f210 commit 000fa88

File tree

1 file changed

+2
-2
lines changed
  • content/zh-cn/docs/concepts/containers

1 file changed

+2
-2
lines changed

content/zh-cn/docs/concepts/containers/images.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ Kubernetes itself typically names container images with a suffix `-$(ARCH)`. For
296296
Kubernetes 自身通常在命名容器镜像时添加后缀 `-$(ARCH)`
297297
为了向前兼容,请在生成较老的镜像时也提供后缀。
298298
这里的理念是为某镜像(如 `pause`)生成针对所有平台都适用的清单时,
299-
生成 `pause-amd64` 这类镜像,以便较老的配置文件或者将镜像后缀影编码到其中的
299+
生成 `pause-amd64` 这类镜像,以便较老的配置文件或者将镜像后缀硬编码到其中的
300300
YAML 文件也能兼容。
301301

302302
<!--
@@ -366,7 +366,7 @@ For an example of configuring a private container image registry, see the
366366
task. That example uses a private registry in Docker Hub.
367367
-->
368368
有关配置私有容器镜像仓库的示例,请参阅任务
369-
[从私有镜像库中提取图像](/zh-cn/docs/tasks/configure-pod-container/pull-image-private-registry)
369+
[从私有镜像库中拉取镜像](/zh-cn/docs/tasks/configure-pod-container/pull-image-private-registry)
370370
该示例使用 Docker Hub 中的私有注册表。
371371

372372
<!--

0 commit comments

Comments
 (0)