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 b88e373 commit 0d9ed1dCopy full SHA for 0d9ed1d
content/ja/docs/tasks/debug-application-cluster/crictl.md
@@ -368,7 +368,7 @@ CRICTLの出力形式はDocker CLIと似ていますが、いくつかのCLIで
368
{{< table caption="mapping from docker cli to crictl - retrieve debugging information" >}}
369
docker cli | crictl | 説明 | サポートされていない機能
370
-- | -- | -- | --
371
-`attach` | `attach` | ランニングコンテナにアタッチ | `--detach-keys`, `--sig-proxy`
+`attach` | `attach` | 実行中のコンテナにアタッチ | `--detach-keys`, `--sig-proxy`
372
`exec` | `exec` | ランニングコンテナにコマンドの実行 | `--privileged`, `--user`, `--detach-keys`
373
`images` | `images` | イメージのリストアップ |
374
`info` | `info` | システム全体の情報の表示 |
0 commit comments