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:
Kubernetes Prow Robot 2019-08-08 16:12:18 -07:00 committed by GitHub
commit aecc1e829c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ import (
)
const (
dockerProcessName = "docker"
dockerProcessName = "dockerd"
dockerPidFile = "/var/run/docker.pid"
containerdProcessName = "docker-containerd"
containerdPidFile = "/run/docker/libcontainerd/docker-containerd.pid"