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 22
22
23
23
<!-- overview -->
24
24
<!--
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
+
25
29
Each container that you run is repeatable; the standardization from having
26
30
dependencies included means that you get the same behavior wherever you
27
31
run it.
@@ -34,6 +38,10 @@ cluster runs the containers that form the
34
38
[Pods](/docs/concepts/workloads/pods/) assigned to that node.
35
39
Containers in a Pod are co-located and co-scheduled to run on the same node.
36
40
-->
41
+ 本页将讨论容器和容器镜像,以及它们在运维和解决方案开发中的应用。
42
+
43
+ ** 容器** 是一个多义词。每当你使用这个词时,请确认你的受众是否使用相同的定义。
44
+
37
45
每个运行的容器都是可重复的;
38
46
包含依赖环境在内的标准,意味着无论你在哪里运行它都会得到相同的行为。
39
47
You can’t perform that action at this time.
0 commit comments