https://github.com/bep/overlayfs
A composite Afero filesystem.
https://github.com/bep/overlayfs
Last synced: 9 months ago
JSON representation
A composite Afero filesystem.
- Host: GitHub
- URL: https://github.com/bep/overlayfs
- Owner: bep
- License: mit
- Created: 2022-03-19T16:08:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-26T13:54:10.000Z (about 1 year ago)
- Last Synced: 2025-04-02T21:11:10.717Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 57.6 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/bep/overlayfs/actions?query=workflow:Test)
[](https://goreportcard.com/report/github.com/bep/overlayfs)
[](https://godoc.org/github.com/bep/overlayfs)
**overlayfs** is a composite filesystem (currently only) for [Afero](https://github.com/spf13/afero) with similar but different semantics compared to Afero's [copyOnWriteFs](https://github.com/spf13/afero/blob/master/copyOnWriteFs.go). See the [GoDoc](https://godoc.org/github.com/bep/overlayfs) for more information.