Skip to content

fuse-overlayfs: install version 1.14 #3218

Merged
merged 1 commit into from
Mar 19, 2025
Merged

Conversation

thomas
Copy link
Collaborator

@thomas thomas commented Mar 18, 2025

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

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 thomas merged commit e1c4efe into master Mar 19, 2025
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant