Update explore-intro.html
parent
bc8e54d5a8
commit
42a8112c2e
|
@ -54,7 +54,7 @@ weight: 10
|
|||
<ul>
|
||||
<li>共享存储,当作卷</li>
|
||||
<li>网络,作为唯一的集群 IP 地址</li>
|
||||
<li>有关每个容器如何运行的信息,例如容器映像版本或要使用的特定端口。</li>
|
||||
<li>有关每个容器如何运行的信息,例如容器镜像版本或要使用的特定端口。</li>
|
||||
</ul>
|
||||
<!--
|
||||
<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>
|
||||
|
|
Loading…
Reference in New Issue