Skip to content

Commit bc0fd01

Browse files
authored
Merge pull request #33463 from JarHMJ/content/en/blog/_posts/2020-12-02-dockershim-faq.md
[en] fix [mapping from docker cli to crictl] link
2 parents ff1f555 + 28039de commit bc0fd01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/blog/_posts/2020-12-02-dockershim-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ runtime where possible.
155155

156156
Another thing to look out for is anything expecting to run for system maintenance
157157
or nested inside a container when building images will no longer work. For the
158-
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/debug-cluster/crictl/#mapping-from-docker-cli-to-crictl)) and for the
158+
former, you can use the [`crictl`][cr] tool as a drop-in replacement (see [mapping from dockercli to crictl](/docs/reference/tools/map-crictl-dockercli/)) and for the
159159
latter you can use newer container build options like [img], [buildah],
160160
[kaniko], or [buildkit-cli-for-kubectl] that don’t require Docker.
161161

0 commit comments

Comments
 (0)