Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bundle ¶
type Bundle struct {
Path string // Path is the bundle path.
Spec specs.Spec
Rootfs string // Rootfs is the absolute path to the root filesystem.
// contains filtered or unexported fields
}
func Load ¶
Load loads an OCI bundle from the given path and apply a series of transformers to turn the host-side bundle into a VM-side bundle.
func (*Bundle) AddExtraFile ¶
Click to show internal directories.
Click to hide internal directories.