package
2.0.3+incompatible
Repository: https://github.com/trajano/docker-volume-plugins.git
Documentation: pkg.go.dev

# Functions

HideRoot hides the root folder by performing a mount of a tmpfs on top of the /root folder.
NewDriver constructor for Driver.
UnhideRoot unhides the root folder by performing a unmount of the tmpfs that is on top of the /root folder.

# Structs

Driver extends the volume.Driver by implementing template versions of the methods.

# Interfaces

DriverCallback inteface specifies methods that need to be implemented.