machine

package
v1.10.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 22, 2020 License: Apache-2.0 Imports: 7 Imported by: 0

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.

func Load

func Load(home, match string) ([]*Config, error)

Load loads the docker-machine runners.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL