Files
website/content/en/docs
diegonuevo 072ac32064 Corrected Docker(shim) UNIX domain socket file
This page listed `/var/run/docker.sock` as the UNIX domain socket path for the Docker container runtime, but it's actually `/var/run/dockershim.sock`, as the kubelet documentation indicates as the default value for the `--container-runtime-endpoint` argument:

https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/

The socket file specified (`/var/run/docker.sock`) is where the Docker daemon listens for requests for the Docker API, not the CRI interface.
2021-02-23 16:28:08 +01:00
..
2021-02-20 23:57:53 -05:00
2020-11-12 10:43:46 -08:00
2021-02-18 16:38:55 +08:00
2021-02-18 11:13:01 -05:00
2020-09-26 14:06:22 +01:00
2021-01-07 14:25:55 +08:00