Skip to content

Commit 1c7eb7a

Browse files
authored
Merge pull request #23850 from baiyutang/patch-5
Update get-shell-running-container.md
2 parents db6ed81 + d4c26e9 commit 1c7eb7a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

content/zh/docs/tasks/debug-application-cluster/get-shell-running-container.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
---
2-
reviewers:
3-
- caesarxuchao
4-
- mikedanese
52
title: 获取正在运行容器的 Shell
63
content_type: task
74
---
@@ -88,7 +85,7 @@ kubectl exec -it shell-demo -- /bin/bash
8885
The double dash symbol "--" is used to separate the arguments you want to pass to the command from the kubectl arguments.
8986
-->
9087
双破折号 "--" 用于将要传递给命令的参数与 kubectl 的参数分开。
91-
note >}}
88+
{{< /note >}}
9289

9390
<!--
9491
In your shell, list the root directory:

0 commit comments

Comments
 (0)