Commit 8098ade4 authored by qingsenLi's avatar qingsenLi

remove unused const dockerDaemonConfigName in docker_util.go-2

parent d857790d
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment