diff --git a/content/zh-cn/docs/concepts/workloads/pods/_index.md b/content/zh-cn/docs/concepts/workloads/pods/_index.md index 075e99059c..2c33e4f5f4 100644 --- a/content/zh-cn/docs/concepts/workloads/pods/_index.md +++ b/content/zh-cn/docs/concepts/workloads/pods/_index.md @@ -58,15 +58,11 @@ for debugging if your cluster offers this. ## 什么是 Pod? {#what-is-a-pod} {{< note >}} -除了 Docker 之外,Kubernetes 支持很多其他{{< glossary_tooltip text="容器运行时" term_id="container-runtime" >}}, -[Docker](https://www.docker.com/) 是最有名的运行时, -使用 Docker 的术语来描述 Pod 会很有帮助。 +为了运行 Pod,你需要提前在每个节点安装好[容器运行时](/zh-cn/docs/setup/production-environment/container-runtimes/)。 {{< /note >}}