Merge pull request #73009 from qingsenLi/k8s190117

remove unused const dockerDaemonConfigName in docker_util.go
pull/564/head
Kubernetes Prow Robot 2019-01-22 12:28:49 -08:00 committed by GitHub
commit e1e85f947e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -27,8 +27,7 @@ import (
)
const (
defaultDockerEndpoint = "unix:///var/run/docker.sock"
dockerDaemonConfigName = "/etc/docker/daemon.json"
defaultDockerEndpoint = "unix:///var/run/docker.sock"
)
// getDockerAPIVersion returns the Docker's API version.