package
17.12.1-ce-rc2+incompatible
Repository: https://github.com/docker/cli.git
Documentation: pkg.go.dev
# Functions
Init returns the NaiveDiffDriver, a native diff driver for overlay filesystem.
NaiveDiffDriverWithApply returns a NaiveDiff driver with custom ApplyDiff.
# Variables
ErrApplyDiffFallback is returned to indicate that a normal ApplyDiff is applied as a fallback from Naive diff writer.
# Structs
Driver contains information about the home directory and the list of active mounts that are created using this driver.
# Interfaces
ApplyDiffProtoDriver wraps the ProtoDriver by extending the interface with ApplyDiff method.