Merge pull request #26680 from diegonuevo/patch-1

Corrected Docker(shim) UNIX domain socket file
This commit is contained in:
Kubernetes Prow Robot
2021-03-01 10:49:26 -08:00
committed by GitHub
@@ -122,7 +122,7 @@ The following table lists container runtimes and their associated socket paths:
{{< table caption = "Container runtimes and their socket paths" >}}
| Runtime | Path to Unix domain socket |
|------------|-----------------------------------|
| Docker | `/var/run/docker.sock` |
| Docker | `/var/run/dockershim.sock` |
| containerd | `/run/containerd/containerd.sock` |
| CRI-O | `/var/run/crio/crio.sock` |
{{< /table >}}