Skip to content

Commit 7addd65

Browse files
committed
[zh-cn] sync concepts/containers/_index.md
1 parent bd8960a commit 7addd65

File tree

1 file changed

+8
-0
lines changed
  • content/zh-cn/docs/concepts/containers

1 file changed

+8
-0
lines changed

content/zh-cn/docs/concepts/containers/_index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ card:
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+
2529
Each container that you run is repeatable; the standardization from having
2630
dependencies included means that you get the same behavior wherever you
2731
run it.
@@ -34,6 +38,10 @@ cluster runs the containers that form the
3438
[Pods](/docs/concepts/workloads/pods/) assigned to that node.
3539
Containers in a Pod are co-located and co-scheduled to run on the same node.
3640
-->
41+
本页将讨论容器和容器镜像,以及它们在运维和解决方案开发中的应用。
42+
43+
**容器**是一个多义词。每当你使用这个词时,请确认你的受众是否使用相同的定义。
44+
3745
每个运行的容器都是可重复的;
3846
包含依赖环境在内的标准,意味着无论你在哪里运行它都会得到相同的行为。
3947

0 commit comments

Comments
 (0)