File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/zh-cn/docs/concepts/containers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ Kubernetes itself typically names container images with a suffix `-$(ARCH)`. For
296
296
Kubernetes 自身通常在命名容器镜像时添加后缀 ` -$(ARCH) ` 。
297
297
为了向前兼容,请在生成较老的镜像时也提供后缀。
298
298
这里的理念是为某镜像(如 ` pause ` )生成针对所有平台都适用的清单时,
299
- 生成 ` pause-amd64 ` 这类镜像,以便较老的配置文件或者将镜像后缀影编码到其中的
299
+ 生成 ` pause-amd64 ` 这类镜像,以便较老的配置文件或者将镜像后缀硬编码到其中的
300
300
YAML 文件也能兼容。
301
301
302
302
<!--
@@ -366,7 +366,7 @@ For an example of configuring a private container image registry, see the
366
366
task. That example uses a private registry in Docker Hub.
367
367
-->
368
368
有关配置私有容器镜像仓库的示例,请参阅任务
369
- [ 从私有镜像库中提取图像 ] ( /zh-cn/docs/tasks/configure-pod-container/pull-image-private-registry ) 。
369
+ [ 从私有镜像库中拉取镜像 ] ( /zh-cn/docs/tasks/configure-pod-container/pull-image-private-registry ) 。
370
370
该示例使用 Docker Hub 中的私有注册表。
371
371
372
372
<!--
You can’t perform that action at this time.
0 commit comments