Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information