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.
1 parent 0d9ed1d commit b7c7c6cCopy full SHA for b7c7c6c
content/ja/docs/tasks/debug-application-cluster/crictl.md
@@ -369,7 +369,7 @@ CRICTLの出力形式はDocker CLIと似ていますが、いくつかのCLIで
369
docker cli | crictl | 説明 | サポートされていない機能
370
-- | -- | -- | --
371
`attach` | `attach` | 実行中のコンテナにアタッチ | `--detach-keys`, `--sig-proxy`
372
-`exec` | `exec` | ランニングコンテナにコマンドの実行 | `--privileged`, `--user`, `--detach-keys`
+`exec` | `exec` | 実行中のコンテナでコマンドの実行 | `--privileged`, `--user`, `--detach-keys`
373
`images` | `images` | イメージのリストアップ |
374
`info` | `info` | システム全体の情報の表示 |
375
`inspect` | `inspect`, `inspecti` | コンテナ、イメージ、タスクの低レベルの情報を返します |
0 commit comments