File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
content/zh-cn/docs/concepts/containers Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 2222
2323<!-- overview -->
2424<!--
25+ This page will discuss containers and container images, as well as their use in operations and solution development.
26+
27+ The word _container_ is an overloaded term. Whenever you use the word, check whether your audience uses the same definition.
28+
2529Each container that you run is repeatable; the standardization from having
2630dependencies included means that you get the same behavior wherever you
2731run it.
@@ -34,6 +38,10 @@ cluster runs the containers that form the
3438[Pods](/docs/concepts/workloads/pods/) assigned to that node.
3539Containers in a Pod are co-located and co-scheduled to run on the same node.
3640-->
41+ 本页将讨论容器和容器镜像,以及它们在运维和解决方案开发中的应用。
42+
43+ ** 容器** 是一个多义词。每当你使用这个词时,请确认你的受众是否使用相同的定义。
44+
3745每个运行的容器都是可重复的;
3846包含依赖环境在内的标准,意味着无论你在哪里运行它都会得到相同的行为。
3947
You can’t perform that action at this time.
0 commit comments