Versions in this module Expand all Collapse all v1 v1.13.1 Feb 8, 2017 Changes in this version + func Init(home string, options []string, uidMaps, gidMaps []idtools.IDMap) (graphdriver.Driver, error) — linux/amd64 + type Driver struct — linux/amd64 + func (d *Driver) ApplyDiff(id string, parent string, diff io.Reader) (size int64, err error) + func (d *Driver) Changes(id, parent string) ([]archive.Change, error) + func (d *Driver) Cleanup() error + func (d *Driver) Create(id, parent string, opts *graphdriver.CreateOpts) (retErr error) + func (d *Driver) CreateReadWrite(id, parent string, opts *graphdriver.CreateOpts) error + func (d *Driver) Diff(id, parent string) (io.ReadCloser, error) + func (d *Driver) DiffSize(id, parent string) (size int64, err error) + func (d *Driver) Exists(id string) bool + func (d *Driver) Get(id string, mountLabel string) (s string, err error) + func (d *Driver) GetMetadata(id string) (map[string]string, error) + func (d *Driver) Put(id string) error + func (d *Driver) Remove(id string) error + func (d *Driver) Status() [][2]string + func (d *Driver) String() string