Merge pull request #41516 from KKtheGhost/sync/container_index

[zh] sync concepts/containers/_index.md
pull/41521/head
Kubernetes Prow Robot 2023-06-07 06:30:13 -07:00 committed by GitHub
commit d0657738e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
@ -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.