Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var OverlayMountOptions = "index=off,xino=on,userxattr"
Functions ¶
func UmountWithMetadir ¶
Types ¶
type Molecule ¶
type Molecule struct { // Atoms is the list of atoms in this Molecule. The first element in // this list is the top most layer in the overlayfs. Atoms []ispec.Descriptor // contains filtered or unexported fields }
func BuildMoleculeFromOCI ¶
func BuildMoleculeFromOCI(opts MountOCIOpts) (Molecule, error)
func (Molecule) MetadataPath ¶
type MountOCIOpts ¶
type MountOCIOpts struct { OCIDir string Tag string Target string AddWriteableOverlay bool WriteableOverlayPath string AllowMissingVerityData bool MetadataDir string }
func (MountOCIOpts) AtomsPath ¶
func (c MountOCIOpts) AtomsPath(parts ...string) string
func (MountOCIOpts) WriteToFile ¶
func (c MountOCIOpts) WriteToFile(filename string) error
Click to show internal directories.
Click to hide internal directories.