package
1.0.0-alpha0
Repository: https://github.com/tklauser/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.
Diff creates a layer diff for the given snapshot identifier from the parent of the snapshot.
No description provided by the author

# Structs

Layer represents the descriptors for a layer diff.

# Interfaces

Applier is used to apply a descriptor of a layer diff on top of mounts.
MountDiffer computes the difference between two mounts and returns a descriptor for the computed diff.
No description provided by the author