mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
remove unused const dockerDaemonConfigName in docker_util.go-2
This commit is contained in:
parent
d857790d36
commit
8098ade4dc
@ -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
Block a user