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/zh/blog/_posts/2022-02-17-updated-dockershim-faq.md
+31-4Lines changed: 31 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,14 @@
1
1
---
2
2
layout: blog
3
3
title: "更新:弃用 Dockershim 的常见问题"
4
+
linkTitle: "弃用 Dockershim 的常见问题"
4
5
date: 2022-02-17
5
6
slug: dockershim-faq
6
7
---
7
8
<!--
8
9
layout: blog
9
10
title: "Updated: Dockershim Removal FAQ"
11
+
linkTitle: "Dockershim Removal FAQ"
10
12
date: 2022-02-17
11
13
slug: dockershim-faq
12
14
aliases: [ '/dockershim' ]
@@ -312,13 +314,13 @@ runtime where possible.
312
314
<!--
313
315
Another thing to look out for is anything expecting to run for system maintenance
314
316
or nested inside a container when building images will no longer work. For the
315
-
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
317
+
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
316
318
latter you can use newer container build options like [img], [buildah],
317
319
[kaniko], or [buildkit-cli-for-kubectl] that don’t require Docker.
0 commit comments