Merge pull request #25109 from qiutongs/master

Add a mapping table from docker cli to crictl in crictl debugging doc
This commit is contained in:
Kubernetes Prow Robot
2020-12-08 14:45:34 -08:00
committed by GitHub
2 changed files with 51 additions and 1 deletions
@@ -140,7 +140,7 @@ runtime where possible.
Another thing to look out for is anything expecting to run for system maintenance
or nested inside a container when building images will no longer work. For the
former, you can use the [`crictl`][cr] tool as a drop-in replacement and for the
former, you can use the [`crictl`][cr] tool as a drop-in replacement (see [mapping from docker cli to crictl](https://kubernetes.io/docs/tasks/debug-application-cluster/crictl/#mapping-from-docker-cli-to-crictl)) and for the
latter you can use newer container build options like [img], [buildah], or
[kaniko] that dont require Docker.