Versions in this module Expand all Collapse all v1 v1.13.1 Mar 11, 2020 Changes in this version + const MsRemount — darwin/amd64, js/wasm, windows/amd64 + var ErrAufsNested = fmt.Errorf("AUFS cannot be used in non-init user namespace") — linux/amd64 + var ErrAufsNotSupported = fmt.Errorf("AUFS was not found in /proc/filesystems") — linux/amd64 + func Init(root string, options []string, uidMaps, gidMaps []idtools.IDMap) (graphdriver.Driver, error) — linux/amd64 + func Unmount(target string) error — linux/amd64 + type Driver struct — linux/amd64 + func (*Driver) String() string + func (a *Driver) ApplyDiff(id, parent string, diff io.Reader) (size int64, err error) + func (a *Driver) Changes(id, parent string) ([]archive.Change, error) + func (a *Driver) Cleanup() error + func (a *Driver) Create(id, parent string, opts *graphdriver.CreateOpts) error + func (a *Driver) CreateReadWrite(id, parent string, opts *graphdriver.CreateOpts) error + func (a *Driver) Diff(id, parent string) (io.ReadCloser, error) + func (a *Driver) DiffGetter(id string) (graphdriver.FileGetCloser, error) + func (a *Driver) DiffSize(id, parent string) (size int64, err error) + func (a *Driver) Exists(id string) bool + func (a *Driver) Get(id, mountLabel string) (string, error) + func (a *Driver) GetMetadata(id string) (map[string]string, error) + func (a *Driver) Put(id string) error + func (a *Driver) Remove(id string) error + func (a *Driver) Status() [][2]string