You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is part of the work in the following umbrella issue:
[zh] Umbrella issue: pages out of sync in tasks section
CRICTL (L)
content/zh/docs/tasks/debug-application-cluster/crictl.md
The exact versions for below mapping table are for docker cli v1.40 and crictl v1.19.0. Please note that the list is not exhaustive. For example, it doesn't include experimental commands of docker cli.
464
+
-->
465
+
以下的映射表格只适用于 Docker CLI v1.40 和 crictl v1.19.0 版本。
466
+
请注意该表格并不详尽。例如,其中不包含 Docker CLI 的实验性命令。
467
+
468
+
<!--
469
+
{{< note >}}
470
+
The output format of CRICTL is similar to Docker CLI, despite some missing columns for some CLI. Make sure to check output for the specific command if your script output parsing.
471
+
{{< /note >}}
472
+
-->
473
+
{{< note >}}
474
+
尽管有些命令的输出缺少了一些数据列,CRICTL 的输出格式与 Docker CLI 是类似的。
475
+
如果你的脚本程序需要解析命令的输出,请确认检查该特定命令的输出。
476
+
{{< /note >}}
477
+
478
+
<!--
479
+
### Retrieve Debugging Information
480
+
481
+
{{< table caption="mapping from docker cli to crictl - retrieve debugging information" >}}
docker cli | crictl | Description | Unsupported Features
523
+
-- | -- | -- | --
524
+
`create` | `create` | Create a new container |
525
+
`kill` | `stop` (timeout = 0) | Kill one or more running container | `--signal`
526
+
`pull` | `pull` | Pull an image or a repository from a registry | `--all-tags`, `--disable-content-trust`
527
+
`rm` | `rm` | Remove one or more containers |
528
+
`rmi` | `rmi` | Remove one or more images |
529
+
`run` | `run` | Run a command in a new container |
530
+
`start` | `start` | Start one or more stopped containers | `--detach-keys`
531
+
`stop` | `stop` | Stop one or more running containers |
532
+
`update` | `update` | Update configuration of one or more containers | `--restart`, `--blkio-weight` and some other resource limit not supported by CRI.
0 commit comments