remove unused const dockerDaemonConfigName in docker_util.go-2

pull/564/head
qingsenLi 2019-01-18 16:47:42 +08:00
parent d857790d36
commit 8098ade4dc
1 changed files with 1 additions and 2 deletions

View File

@ -28,7 +28,6 @@ import (
const (
defaultDockerEndpoint = "unix:///var/run/docker.sock"
dockerDaemonConfigName = "/etc/docker/daemon.json"
)
// getDockerAPIVersion returns the Docker's API version.