{"id":27736914,"url":"https://github.com/zidoshare/fuse-overlayfs","last_synced_at":"2025-04-28T14:34:08.067Z","repository":{"id":45370141,"uuid":"424204611","full_name":"zidoshare/fuse-overlayfs","owner":"zidoshare","description":"overlayfs + upperfs","archived":false,"fork":false,"pushed_at":"2021-12-17T07:06:21.000Z","size":1031,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-12-30T12:46:12.515Z","etag":null,"topics":["fuse-filesystem","overlayfs","size-limit","xattr-support"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zidoshare.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null}},"created_at":"2021-11-03T11:56:22.000Z","updated_at":"2023-03-17T12:46:49.000Z","dependencies_parsed_at":"2022-08-30T04:01:00.728Z","dependency_job_id":null,"html_url":"https://github.com/zidoshare/fuse-overlayfs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zidoshare%2Ffuse-overlayfs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zidoshare%2Ffuse-overlayfs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zidoshare%2Ffuse-overlayfs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zidoshare%2Ffuse-overlayfs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zidoshare","download_url":"https://codeload.github.com/zidoshare/fuse-overlayfs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251330909,"owners_count":21572375,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fuse-filesystem","overlayfs","size-limit","xattr-support"],"created_at":"2025-04-28T14:34:07.377Z","updated_at":"2025-04-28T14:34:08.026Z","avatar_url":"https://github.com/zidoshare.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"fuse-overlayfs\n===========\n\nAn implementation of overlay+shiftfs in FUSE for rootless containers.\n\nUsage:\n=======================================================\n\n```\n$ fuse-overlayfs -o lowerdir=lowerdir/a:lowerdir/b,upperdir=up,workdir=workdir merged\n```\n\nSpecify a different UID/GID mapping:\n\n```\n$ fuse-overlayfs -o uidmapping=0:10:100:100:10000:2000,gidmapping=0:10:100:100:10000:2000,lowerdir=lowerdir/a:lowerdir/b,upperdir=up,workdir=workdir merged\n```\n\nRequirements:\n=======================================================\n\nIf your are not using the static build as explained in the next chapter, your system needs `libfuse` \u003e v3.2.1.\n\n* On Fedora: `dnf install fuse3-devel`\n* On Ubuntu \u003e v19.04: `apt install libfuse3-dev`\n\nAlso, please note that, when using `fuse-overlayfs` **from a user namespace** \n(for example, when using rootless `podman`) a Linux Kernel \u003e v4.18.0 is required.\n\n\nStatic Build:\n=======================================================\n\nThis project provides a convenient way to automatically perform a static build using a container.\nThe result is a self-contained binary without dependencies, that can be copied across hosts.\n\n1. Install `buildah` as explained [here](https://github.com/containers/buildah/blob/master/install.md);\n\n2. Both the build and deploy host require the special device `/dev/fuse`; there are a few ways to obtain it:\n\n  * install `fuse2` or `fuse3` using the package manager of your choice (dnf, apt, pacman, etc): \nthe install script will usually create the device automatically; or\n  * manually create the device with the command `mknod /dev/fuse -m 0666 c 10 229` \n(see [this code](https://github.com/libfuse/libfuse/blob/f0e08cc700d629da2d46def8b620b0ed858cc0d9/util/install_helper.sh#L35))\n\n3. Clone this repository, and switch to the top-level folder containing the file \"`Containerfile.static.ubuntu`\";\n\n4. Launch the build with the command (note the single dot `.` at the end): \n```\nbuildah bud -v $PWD:/build/fuse-overlayfs -t fuse-overlayfs -f ./Containerfile.static.ubuntu .\n```\n\n5. Copy the resulting binary to your host:\n\n```\nsudo cp fuse-overlayfs /usr/bin/\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzidoshare%2Ffuse-overlayfs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzidoshare%2Ffuse-overlayfs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzidoshare%2Ffuse-overlayfs/lists"}