package
1.4.0-beta.2
Repository: https://github.com/crisesw/containerd.git
Documentation: pkg.go.dev

# Functions

ApplyLayer applies a single layer on top of the given provided layer chain, using the provided snapshotter and applier.
ApplyLayers applies all the layers using the given snapshotter and applier.
ApplyLayersWithOpts applies all the layers using the given snapshotter, applier, and apply opts.
ApplyLayerWithOpts applies a single layer on top of the given provided layer chain, using the provided snapshotter, applier, and apply opts.
CreateDiff creates a layer diff for the given snapshot identifier from the parent of the snapshot.
InitRootFS initializes the snapshot for use as a rootfs.

# Structs

Layer represents the descriptors for a layer diff.

# Interfaces

Mounter handles mount and unmount.