From 0d9ed1dc00bcbff1be5e085d92ef58c10b0dab94 Mon Sep 17 00:00:00 2001 From: Wang Date: Mon, 3 Jan 2022 08:35:38 +0900 Subject: [PATCH] Update content/ja/docs/tasks/debug-application-cluster/crictl.md Co-authored-by: nasa9084 --- content/ja/docs/tasks/debug-application-cluster/crictl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ja/docs/tasks/debug-application-cluster/crictl.md b/content/ja/docs/tasks/debug-application-cluster/crictl.md index be96213a1e..e87fe32fac 100644 --- a/content/ja/docs/tasks/debug-application-cluster/crictl.md +++ b/content/ja/docs/tasks/debug-application-cluster/crictl.md @@ -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` | システム全体の情報の表示 |