Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)