Skip to content

Commit

Permalink
[zh] sync concepts/containers/_index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Fang, Wei committed Jun 7, 2023
1 parent 5dc51db commit dca9ef7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/zh-cn/docs/concepts/containers/_index.md
Expand Up @@ -11,7 +11,7 @@ Each container that you run is repeatable; the standardization from having
dependencies included means that you get the same behavior wherever you
run it.
Containers decouple applications from underlying host infrastructure.
Containers decouple applications from the underlying host infrastructure.
This makes deployment easier in different cloud or OS environments.
Each {{< glossary_tooltip text="node" term_id="node" >}} in a Kubernetes
Expand All @@ -33,7 +33,7 @@ Kubernetes 集群中的每个{{< glossary_tooltip text="节点" term_id="node" >
<!--
## Container images
A [container image](/docs/concepts/containers/images/) is a ready-to-run
software package, containing everything needed to run an application:
software package containing everything needed to run an application:
the code and any runtime it requires, application and system libraries,
and default values for any essential settings.
Expand Down

0 comments on commit dca9ef7

Please sign in to comment.