Update content/ja/docs/tasks/debug-application-cluster/get-shell-running-container.md
Co-authored-by: Naoki Oketani <okepy.naoki@gmail.com>
This commit is contained in:
@@ -139,7 +139,7 @@ kubectl exec -i -t my-pod --container main-app -- /bin/bash
|
||||
```
|
||||
|
||||
{{< note >}}
|
||||
ショートオプションの `-i` と `-t` は、ロングオプションの `--stdin` と `--tty` と同様です。
|
||||
ショートオプションの`-i`と`-t`は、ロングオプションの`--stdin`と`--tty`と同様です。
|
||||
{{< /note >}}
|
||||
|
||||
## {{% heading "whatsnext" %}}
|
||||
@@ -150,4 +150,3 @@ kubectl exec -i -t my-pod --container main-app -- /bin/bash
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user