Skip to content

Commit 3b4199e

Browse files
authored
Merge pull request #38657 from arjunan-k/main
Deleted {{< version-check >}} & Updated note
2 parents 1798e7d + a37bc9f commit 3b4199e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ content_type: task
1414
## {{% heading "prerequisites" %}}
1515

1616

17-
{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
17+
{{< include "task-tutorial-prereqs.md" >}}
1818

1919

2020

@@ -46,9 +46,7 @@ kubectl get pod shell-demo
4646
kubectl exec --stdin --tty shell-demo -- /bin/bash
4747
```
4848
{{< note >}}
49-
50-
ダブルダッシュの記号 `--` はコマンドに渡す引数とkubectlの引数を分離します。
51-
49+
ダブルダッシュ(`--`)のセパレーターは、コマンドに渡す引数とkubectlの引数を分離します。
5250
{{< /note >}}
5351

5452
シェル内で、ルートディレクトリーのファイル一覧を表示します:

0 commit comments

Comments
 (0)