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
Copy file name to clipboardExpand all lines: content/en/blog/_posts/2020-12-02-dockershim-faq.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,7 +140,7 @@ runtime where possible.
140
140
141
141
Another thing to look out for is anything expecting to run for system maintenance
142
142
or nested inside a container when building images will no longer work. For the
143
-
former, you can use the [`crictl`][cr] tool as a drop-in replacement and for the
143
+
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
144
144
latter you can use newer container build options like [img], [buildah], or
0 commit comments