File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/zh-cn/docs/concepts/containers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Each container that you run is repeatable; the standardization from having
11
11
dependencies included means that you get the same behavior wherever you
12
12
run it.
13
13
14
- Containers decouple applications from underlying host infrastructure.
14
+ Containers decouple applications from the underlying host infrastructure.
15
15
This makes deployment easier in different cloud or OS environments.
16
16
17
17
Each {{< glossary_tooltip text="node" term_id="node" >}} in a Kubernetes
@@ -33,7 +33,7 @@ Kubernetes 集群中的每个{{< glossary_tooltip text="节点" term_id="node" >
33
33
<!--
34
34
## Container images
35
35
A [container image](/docs/concepts/containers/images/) is a ready-to-run
36
- software package, containing everything needed to run an application:
36
+ software package containing everything needed to run an application:
37
37
the code and any runtime it requires, application and system libraries,
38
38
and default values for any essential settings.
39
39
You can’t perform that action at this time.
0 commit comments