Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Volume ¶ added in v0.3.0
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 ¶ added in v0.3.0
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 ¶ added in v0.3.0
Click to show internal directories.
Click to hide internal directories.