mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 11:42:14 +00:00
remove unused const dockerDaemonConfigName in docker_util.go-2
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user