Skip to content

Commit 227b345

Browse files
authored
Merge pull request #34975 from popeng007/patch-4
[zh-cn]Fixed a word in explore-intro.html
2 parents bc8e54d + 42a8112 commit 227b345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh-cn/docs/tutorials/kubernetes-basics/explore/explore-intro.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h2>Kubernetes Pods</h2>
5454
<ul>
5555
<li>共享存储,当作卷</li>
5656
<li>网络,作为唯一的集群 IP 地址</li>
57-
<li>有关每个容器如何运行的信息,例如容器映像版本或要使用的特定端口</li>
57+
<li>有关每个容器如何运行的信息,例如容器镜像版本或要使用的特定端口</li>
5858
</ul>
5959
<!--
6060
<p>A Pod models an application-specific "logical host" and can contain different application containers which are relatively tightly coupled. For example, a Pod might include both the container with your Node.js app as well as a different container that feeds the data to be published by the Node.js webserver. The containers in a Pod share an IP Address and port space, are always co-located and co-scheduled, and run in a shared context on the same Node.</p>

0 commit comments

Comments
 (0)