Update content/ja/docs/tasks/debug-application-cluster/crictl.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
This commit is contained in:
Wang
2022-01-03 08:35:38 +09:00
committed by GitHub
parent b88e373e01
commit 0d9ed1dc00
@@ -368,7 +368,7 @@ CRICTLの出力形式はDocker CLIと似ていますが、いくつかのCLIで
{{< table caption="mapping from docker cli to crictl - retrieve debugging information" >}}
docker cli | crictl | 説明 | サポートされていない機能
-- | -- | -- | --
`attach` | `attach` | ランニングコンテナにアタッチ | `--detach-keys`, `--sig-proxy`
`attach` | `attach` | 実行中のコンテナにアタッチ | `--detach-keys`, `--sig-proxy`
`exec` | `exec` | ランニングコンテナにコマンドの実行 | `--privileged`, `--user`, `--detach-keys`
`images` | `images` | イメージのリストアップ |  
`info` | `info` | システム全体の情報の表示 |