Skip to content

Commit 7f85c7d

Browse files
authored
Update get-shell-running-container.md
The end tag of note is missing.
1 parent e7e99cc commit 7f85c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ kubectl exec -it shell-demo -- /bin/bash
8888
The double dash symbol "--" is used to separate the arguments you want to pass to the command from the kubectl arguments.
8989
-->
9090
双破折号 "--" 用于将要传递给命令的参数与 kubectl 的参数分开。
91-
note >}}
91+
{{< /note >}}
9292

9393
<!--
9494
In your shell, list the root directory:

0 commit comments

Comments
 (0)