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

Co-authored-by: Naoki Oketani <okepy.naoki@gmail.com>
pull/24869/head
hide 2020-08-23 21:55:01 -07:00 committed by inductor
parent ae2fedaf19
commit cc4ba71849
1 changed files with 1 additions and 2 deletions

View File

@ -139,7 +139,7 @@ kubectl exec -i -t my-pod --container main-app -- /bin/bash
``` ```
{{< note >}} {{< note >}}
ショートオプションの `-i` `-t` は、ロングオプションの `--stdin` `--tty` と同様です。 ショートオプションの`-i`と`-t`は、ロングオプションの`--stdin`と`--tty`と同様です。
{{< /note >}} {{< /note >}}
## {{% heading "whatsnext" %}} ## {{% heading "whatsnext" %}}
@ -150,4 +150,3 @@ kubectl exec -i -t my-pod --container main-app -- /bin/bash