Files
docker-machine/libmachine/engine/engine.go

18 lines
403 B
Go
Raw Normal View History

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
}