Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

overlay: add overlay implementation #1544

Merged
merged 1 commit into from
Mar 15, 2024

Commits on Mar 15, 2024

  1. overlay: add overlay implementation

    With help of newly introduced Overlay FileSystem in `fuse-backend-rs`
    library, now we can create writable rootfs in Nydus. Implementation of
    writable rootfs is based on one passthrough FS(as upper layer) over one
    readonly rafs(as lower layer).
    
    To do so, configuration is extended with some Overlay options.
    
    Signed-off-by: Wei Zhang <weizhang555.zw@gmail.com>
    WeiZhang555 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    e2bc4bf View commit details
    Browse the repository at this point in the history