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

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.

Awesome Lists containing this project

README

          

[![Tests on Linux, MacOS and Windows](https://github.com/bep/overlayfs/workflows/Test/badge.svg)](https://github.com/bep/overlayfs/actions?query=workflow:Test)
[![Go Report Card](https://goreportcard.com/badge/github.com/bep/overlayfs)](https://goreportcard.com/report/github.com/bep/overlayfs)
[![GoDoc](https://godoc.org/github.com/bep/overlayfs?status.svg)](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.