Skip to content

Commit b8616ed

Browse files
authored
Merge pull request #26680 from diegonuevo/patch-1
Corrected Docker(shim) UNIX domain socket file
2 parents e2ba3a8 + 072ac32 commit b8616ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ The following table lists container runtimes and their associated socket paths:
122122
{{< table caption = "Container runtimes and their socket paths" >}}
123123
| Runtime | Path to Unix domain socket |
124124
|------------|-----------------------------------|
125-
| Docker | `/var/run/docker.sock` |
125+
| Docker | `/var/run/dockershim.sock` |
126126
| containerd | `/run/containerd/containerd.sock` |
127127
| CRI-O | `/var/run/crio/crio.sock` |
128128
{{< /table >}}

0 commit comments

Comments
 (0)