mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 05:57:25 +00:00
Merge pull request #81083 from dims/fix-docker-daemon-process-name
[TOB-K8S-025] Incorrect docker daemon process name in container manager
This commit is contained in:
commit
aecc1e829c
@ -67,7 +67,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
dockerProcessName = "docker"
|
dockerProcessName = "dockerd"
|
||||||
dockerPidFile = "/var/run/docker.pid"
|
dockerPidFile = "/var/run/docker.pid"
|
||||||
containerdProcessName = "docker-containerd"
|
containerdProcessName = "docker-containerd"
|
||||||
containerdPidFile = "/run/docker/libcontainerd/docker-containerd.pid"
|
containerdPidFile = "/run/docker/libcontainerd/docker-containerd.pid"
|
||||||
|
Loading…
Reference in New Issue
Block a user