Merge pull request #41516 from KKtheGhost/sync/container_index
[zh] sync concepts/containers/_index.mdpull/41521/head
commit
d0657738e8
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue