@@ -93,30 +93,30 @@ to interface with your chosen container runtime.
93
93
94
94
If you don't specify a runtime, kubeadm automatically tries to detect an installed
95
95
container runtime by scanning through a list of well known Unix domain sockets.
96
- The following table lists container runtimes and their associated socket paths:
96
+ The following table lists container runtimes that kubeadm looks for, and their associated socket paths:
97
97
98
98
{{< table caption = "Container runtimes and their socket paths" >}}
99
- | Runtime | Path to Unix domain socket |
100
- | ------------| -----------------------------------|
101
- | Docker | ` /var/run/dockershim.sock ` |
102
- | containerd | ` /run/containerd/containerd.sock ` |
103
- | CRI-O | ` /var/run/crio/crio.sock ` |
99
+ | Runtime | Path to Unix domain socket |
100
+ | ---------------- | -----------------------------------|
101
+ | Docker Engine | ` /var/run/dockershim.sock ` |
102
+ | containerd | ` /run/containerd/containerd.sock ` |
103
+ | CRI-O | ` /var/run/crio/crio.sock ` |
104
104
{{< /table >}}
105
105
106
106
<br />
107
- If both Docker and containerd are detected, Docker takes precedence. This is
107
+ If both Docker Engine and containerd are detected, kubeadm will give precedence to Docker Engine . This is
108
108
needed because Docker 18.09 ships with containerd and both are detectable even if you only
109
109
installed Docker.
110
- If any other two or more runtimes are detected, kubeadm exits with an error.
110
+ ** If any other two or more runtimes are detected, kubeadm exits with an error.**
111
111
112
- The kubelet integrates with Docker through the built-in ` dockershim ` CRI implementation .
112
+ The kubelet can integrate with Docker Engine using the deprecated ` dockershim ` adapter (the dockershim is part of the kubelet itself) .
113
113
114
114
See [ container runtimes] ( /docs/setup/production-environment/container-runtimes/ )
115
115
for more information.
116
116
{{% /tab %}}
117
117
{{% tab name="other operating systems" %}}
118
118
By default, kubeadm uses {{< glossary_tooltip term_id="docker" >}} as the container runtime.
119
- The kubelet integrates with Docker through the built-in ` dockershim ` CRI implementation .
119
+ The kubelet can integrate with Docker Engine using the deprecated ` dockershim ` adapter (the dockershim is part of the kubelet itself) .
120
120
121
121
See [ container runtimes] ( /docs/setup/production-environment/container-runtimes/ )
122
122
for more information.
0 commit comments