Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Volume ¶
type Volume struct { Path string `yaml:"-"` Format string `yaml:"format,omitempty"` // raw|qcow2|... AioType string `yaml:"aio,omitempty"` // native|threads Cache string `yaml:"cache,omitempty"` // none|unsafe|writethrough... }
func ParseVolumes ¶
ParseVolumes parses --volume strings that are of following format: --volume {volumePath}[:{options}] Example: --volume /path/to/myvolume.img:format=raw:aio=native
func (*Volume) PersistMetadata ¶
Click to show internal directories.
Click to hide internal directories.