Files
docker-machine/libmachine/engine/engine.go
Olivier Gambier d2ada6488c Lint
Signed-off-by: Olivier Gambier <olivier@docker.com>
2015-11-05 13:34:07 -08:00

18 lines
403 B
Go

package engine
type Options struct {
ArbitraryFlags []string
DNS []string `json:"Dns"`
GraphDir string
Env []string
Ipv6 bool
InsecureRegistry []string
Labels []string
LogLevel string
StorageDriver string
SelinuxEnabled bool
TLSVerify bool `json:"TlsVerify"`
RegistryMirror []string
InstallURL string
}