We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db6ed81 + d4c26e9 commit 1c7eb7aCopy full SHA for 1c7eb7a
content/zh/docs/tasks/debug-application-cluster/get-shell-running-container.md
@@ -1,7 +1,4 @@
1
---
2
-reviewers:
3
-- caesarxuchao
4
-- mikedanese
5
title: 获取正在运行容器的 Shell
6
content_type: task
7
@@ -88,7 +85,7 @@ kubectl exec -it shell-demo -- /bin/bash
88
85
The double dash symbol "--" is used to separate the arguments you want to pass to the command from the kubectl arguments.
89
86
-->
90
87
双破折号 "--" 用于将要传递给命令的参数与 kubectl 的参数分开。
91
-note >}}
+{{< /note >}}
92
93
<!--
94
In your shell, list the root directory:
0 commit comments