Skip to content

Commit dca9ef7

Browse files
author
Fang, Wei
committed
[zh] sync concepts/containers/_index.md
1 parent 5dc51db commit dca9ef7

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Each container that you run is repeatable; the standardization from having
1111
dependencies included means that you get the same behavior wherever you
1212
run it.
1313
14-
Containers decouple applications from underlying host infrastructure.
14+
Containers decouple applications from the underlying host infrastructure.
1515
This makes deployment easier in different cloud or OS environments.
1616
1717
Each {{< glossary_tooltip text="node" term_id="node" >}} in a Kubernetes
@@ -33,7 +33,7 @@ Kubernetes 集群中的每个{{< glossary_tooltip text="节点" term_id="node" >
3333
<!--
3434
## Container images
3535
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:
3737
the code and any runtime it requires, application and system libraries,
3838
and default values for any essential settings.
3939

0 commit comments

Comments
 (0)