Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Arch Arch `yaml:"arch,omitempty"` Images []File `yaml:"images"` CPUs int `yaml:"cpus,omitempty"` Memory string `yaml:"memory,omitempty"` Disk string `yaml:"disk,omitempty"` Mounts []Mount `yaml:"mounts,omitempty"` SSH SSH `yaml:"ssh,omitempty"` Containerd Containerd `yaml:"containerd"` Env map[string]string `yaml:"env,omitempty"` DNS []net.IP `yaml:"-"` // will be handled manually by colima Firmware Firmware `yaml:"firmware"` UseHostResolver bool `yaml:"useHostResolver"` }
Config is lima config. Code copied from lima and modified.
type Containerd ¶
type Firmware ¶
type Firmware struct { // LegacyBIOS disables UEFI if set. // LegacyBIOS is ignored for aarch64. LegacyBIOS bool `yaml:"legacyBIOS"` }
Click to show internal directories.
Click to hide internal directories.