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 3a20478 commit eb47f5bCopy full SHA for eb47f5b
content/ja/docs/tasks/debug-application-cluster/crictl.md
@@ -386,7 +386,7 @@ docker cli | crictl | 説明 | サポートされていない機能
386
-- | -- | -- | --
387
`create` | `create` | 新しいコンテナを作成します |
388
`kill` | `stop` (timeout = 0) | 1つ以上の実行中のコンテナを停止します | `--signal`
389
-`pull` | `pull` | レジストリからイメージやリポジトリをプルします | `--all-tags`, `--disable-content-trust`
+`pull` | `pull` | レジストリーからイメージやリポジトリをプルします | `--all-tags`, `--disable-content-trust`
390
`rm` | `rm` | 1つまたは複数のコンテナを削除します |
391
`rmi` | `rmi` | 1つまたは複数のイメージを削除します |
392
`run` | `run` | 新しいコンテナでコマンドを実行 |
0 commit comments