From c5f6bc8fbbbfb5e0855eee2be91314f0ae6bcdcc Mon Sep 17 00:00:00 2001 From: timyinshi Date: Wed, 17 Feb 2021 10:33:54 +0800 Subject: [PATCH] delete extra words of 'use' Signed-off-by: timyinshi --- content/zh/docs/concepts/workloads/pods/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/concepts/workloads/pods/_index.md b/content/zh/docs/concepts/workloads/pods/_index.md index 1758e57a29..57b933b9e8 100644 --- a/content/zh/docs/concepts/workloads/pods/_index.md +++ b/content/zh/docs/concepts/workloads/pods/_index.md @@ -489,7 +489,7 @@ Processes within a privileged container get almost the same privileges that are Pod 中的任何容器都可以使用容器规约中的 [安全性上下文](/zh/docs/tasks/configure-pod-container/security-context/)中的 `privileged` 参数启用特权模式。 -这对于想要使用使用操作系统管理权能(Capabilities,如操纵网络堆栈和访问设备) +这对于想要使用操作系统管理权能(Capabilities,如操纵网络堆栈和访问设备) 的容器很有用。 容器内的进程几乎可以获得与容器外的进程相同的特权。