package overlayutils
import "github.com/dotcloud/docker/daemon/graphdriver/overlayutils"
Index ¶
- func ErrDTypeNotSupported(driver, backingFs string) error
- func GenerateID(l int, logger *logrus.Entry) string
- func SupportsOverlay(d string, checkMultipleLowers bool) error
Functions ¶
func ErrDTypeNotSupported ¶
ErrDTypeNotSupported denotes that the backing filesystem doesn't support d_type.
func GenerateID ¶
GenerateID creates a new random string identifier with the given length
func SupportsOverlay ¶
SupportsOverlay checks if the system supports overlay filesystem by performing an actual overlay mount.
checkMultipleLowers parameter enables check for multiple lowerdirs, which is required for the overlay2 driver.
Source Files ¶
- Version
- v20.10.2+incompatible
- Published
- Dec 25, 2020
- Platform
- linux/amd64
- Imports
- 14 packages
- Last checked
- 24 seconds ago –
Tools for package owners.