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/docs/tasks/administer-cluster/migrating-from-dockershim/check-if-dockershim-deprecation-affects-you.md
+23-23Lines changed: 23 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ you can take to check whether any workloads could be affected by `dockershim` de
29
29
-->
30
30
本页讲解你的集群把 Docker 用作容器运行时的运作机制,
31
31
并提供使用 `dockershim` 时,它所扮演角色的详细信息,
32
-
继而展示了一组验证步骤,可用来检查弃用 `dockershim`对你的工作负载的影响。
32
+
继而展示了一组操作,可用来检查弃用 `dockershim`对你的工作负载是否有影响。
33
33
34
34
<!--
35
35
## Finding if your app has a dependencies on Docker {#find-docker-dependencies}
@@ -41,16 +41,16 @@ If you are using Docker for building your application containers, you can still
41
41
run these containers on any container runtime. This use of Docker does not count
42
42
as a dependency on Docker as a container runtime.
43
43
-->
44
-
虽然你通过 Docker 创建了应用容器,但这些容器却可以运行于所有容器运行时。
45
-
所以这种使用 Docker 容器运行时的方式并不构成对 Docker 的依赖。
44
+
即使你是通过 Docker 创建的应用容器,也不妨碍你在其他任何容器运行时上运行这些容器。
45
+
这种使用 Docker 的方式并不构成对 Docker 作为一个容器运行时的依赖。
46
46
47
47
<!--
48
48
When alternative container runtime is used, executing Docker commands may either
49
49
not work or yield unexpected output. This is how you can find whether you have a
50
50
dependency on Docker:
51
51
-->
52
-
当用了替代的容器运行时之后,Docker 命令可能不工作,甚至产生意外的输出。
53
-
这才是判定你是否依赖于 Docker 的方法。
52
+
当用了别的容器运行时之后,Docker 命令可能不工作,或者产生意外的输出。
53
+
下面是判定你是否依赖于 Docker 的方法。
54
54
55
55
<!--
56
56
1. Make sure no privileged Pods execute Docker commands (like `docker ps`),
@@ -75,20 +75,21 @@ dependency on Docker:
75
75
cluster before migration.
76
76
-->
77
77
1. 确认没有特权 Pod 执行 Docker 命令(如 `docker ps`)、重新启动 Docker
0 commit comments