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 1798e7d + a37bc9f commit 3b4199eCopy full SHA for 3b4199e
content/ja/docs/tasks/debug/debug-application/get-shell-running-container.md
@@ -14,7 +14,7 @@ content_type: task
14
## {{% heading "prerequisites" %}}
15
16
17
-{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
+{{< include "task-tutorial-prereqs.md" >}}
18
19
20
@@ -46,9 +46,7 @@ kubectl get pod shell-demo
46
kubectl exec --stdin --tty shell-demo -- /bin/bash
47
```
48
{{< note >}}
49
-
50
-ダブルダッシュの記号 `--` はコマンドに渡す引数とkubectlの引数を分離します。
51
+ダブルダッシュ(`--`)のセパレーターは、コマンドに渡す引数とkubectlの引数を分離します。
52
{{< /note >}}
53
54
シェル内で、ルートディレクトリーのファイル一覧を表示します:
0 commit comments