module Crysco::OverlayFs

Defined in:

overlay_fs.cr

Class Method Summary

Class Method Detail

def self.mount_overlay(lower_path : Path, hostname : String) : Path | Nil #

The Linux overlay filesystem allows us to use a provided directory (or a stack of multiple directories) as a read-only base with a writable directory layered on top of it. See https://docs.kernel.org/filesystems/overlayfs.html


[View source]
def self.unmount(hostname : String) : Bool #

[View source]