mirror of https://github.com/k3s-io/k3s
Merge pull request #73009 from qingsenLi/k8s190117
remove unused const dockerDaemonConfigName in docker_util.gopull/564/head
commit
e1e85f947e
|
@ -28,7 +28,6 @@ import (
|
||||||
|
|
||||||
const (
|
const (
|
||||||
defaultDockerEndpoint = "unix:///var/run/docker.sock"
|
defaultDockerEndpoint = "unix:///var/run/docker.sock"
|
||||||
dockerDaemonConfigName = "/etc/docker/daemon.json"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// getDockerAPIVersion returns the Docker's API version.
|
// getDockerAPIVersion returns the Docker's API version.
|
||||||
|
|
Loading…
Reference in New Issue