package
10.0.96+incompatible
Repository: https://github.com/libopenstorage/openstorage.git
Documentation: pkg.go.dev

# README

Graph Driver

This implements the Graph Driver interface. It allows for different implementations of the interface to be used in conjunction with Docker. proxy is a bypass implementation that simply refers to the Overlay Graph Driver.

Layer0

layer0 is a graph driver that provides persistent storage for the writable layer of a container. It can be initialized to use any of the volume drivers to actually provide the persistence.

# Packages

No description provided by the author

# Functions

Get returns an already registered driver.
New creates a new graphdriver interface.
Register registers a graphdriver.

# Variables

ErrDriverNotFound returned when driver is not registered.
ErrExist returned when driver is already registered.
ErrNotSupported returned when operation is not supported.

# Type aliases

InitFunc is the initialization function every graphdriver should implement.