drivers: remove unneeded GetDockerConfigDir() and dockerConfigDir const

This method is not part of the driver interface anymore.

Signed-off-by: Vincent Bernat <Vincent.Bernat@exoscale.ch>
This commit is contained in:
Vincent Bernat
2015-04-10 16:53:25 +02:00
parent bbe1bf42c8
commit 91d12d06ec
11 changed files with 5 additions and 45 deletions

View File

@@ -16,10 +16,6 @@ import (
"github.com/docker/machine/state"
)
const (
dockerConfigDir = "/etc/docker"
)
type Driver struct {
AuthUrl string
Insecure bool