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

@ -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.