mirror of https://github.com/k3s-io/k3s
remove unused const dockerDaemonConfigName in docker_util.go-2
parent
d857790d36
commit
8098ade4dc
|
@ -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 New Issue