mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 08:55:55 -04:00
Merge pull request #73009 from qingsenLi/k8s190117
remove unused const dockerDaemonConfigName in docker_util.go
This commit is contained in:
commit
e1e85f947e
1 changed files with 1 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue