Skip to content

Commit 9a6b78a

Browse files
authored
Merge pull request #43594 from Arhell/ja-update
[ja] fix: update deprecated command in code example
2 parents bd0298f + 7337f08 commit 9a6b78a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ exit # コンテナ内のシェルを終了する
111111
シェルではない通常のコマンドウインドウ内で、実行中のコンテナの環境変数の一覧を表示します:
112112

113113
```shell
114-
kubectl exec shell-demo env
114+
kubectl exec shell-demo -- env
115115
```
116116

117117
他のコマンドを試します。以下がいくつかの例です:

0 commit comments

Comments
 (0)