Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoMachines = errors.New("No Docker Machines found")
ErrNoMachines is returned when no valid or matching docker machines are found in the docker-machine home directory.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Name string
Driver struct {
IPAddress string
MachineName string
}
HostOptions struct {
EngineOptions struct {
TLSVerify bool `json:"TlsVerify"`
}
AuthOptions struct {
CertDir string
CaCertPath string
CaPrivateKeyPath string
ServerCertPath string
ServerKeyPath string
ClientKeyPath string
ClientCertPath string
StorePath string
}
}
}
Config provides the Docker machine configuration.
Click to show internal directories.
Click to hide internal directories.