Skip to content

fuse-overlayfs: install version 1.14 #3218

Merged
merged 1 commit into from
Mar 19, 2025
Merged

Commits on Mar 18, 2025

  1. fuse-overlayfs: install version 1.14

    https://github.com/containers/fuse-overlayfs
    
    example usage:
    
    fuse-overlayfs \
       -o lowerdir=/some/read-only/path \
       -o workdir=/scratch/local2/my_local_wd \
       -o squash_to_uid=$UID \
       -o squash_to_gid=$(id -g $UID) \
       -o noacl \
       -o upperdir=my_changes \
       merged_mount_point
    thomas committed Mar 18, 2025
    Copy the full SHA
    a086e5c View commit details