Versions in this module Expand all Collapse all v0 v0.5.0 Feb 5, 2016 Changes in this version + const MsRemount + 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 archive.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, mountLabel string) error + func (a *Driver) Diff(id, parent string) (archive.Archive, 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) Migrate(pth string, setupInit func(p string, rootUID, rootGID int) error) error + func (a *Driver) Put(id string) error + func (a *Driver) Remove(id string) error + func (a *Driver) Setup() error + func (a *Driver) Status() [][2]string