fuse-overlayfs

FUSE-based implementation of overlayfs for container runtimes

brewmacoslinux
Try with needOr install directly
Source

About

FUSE implementation for overlayfs

Commands

fuse-overlayfs

Examples

Mount an overlay filesystem with lower, middle, and upper layers$ fuse-overlayfs -o lowerdir=/lower:/middle,upperdir=/upper,workdir=/work /merged
Create a simple overlay mount with read-only lower layer and writable upper layer$ fuse-overlayfs -o lowerdir=/base,upperdir=/changes,workdir=/tmp/work /mnt/overlay
Unmount an overlay filesystem$ fusermount -u /mnt/overlay