Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grantseltzer/goverlayfs
Create an overlay mount in go like you would in shellcode
https://github.com/grantseltzer/goverlayfs
Last synced: 2 months ago
JSON representation
Create an overlay mount in go like you would in shellcode
- Host: GitHub
- URL: https://github.com/grantseltzer/goverlayfs
- Owner: grantseltzer
- License: mpl-2.0
- Created: 2019-10-03T21:07:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T04:09:19.000Z (almost 2 years ago)
- Last Synced: 2024-06-20T05:04:53.694Z (7 months ago)
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# goverlayfs
A simple Go library that creates an overlay mount using similar syntax to that of the `mount` command.
See associated [blog post](https://www.grant.pizza/blog/overlayfs/).
See godoc [here](https://godoc.org/github.com/grantseltzer/goverlayfs)