Versions in this module Expand all Collapse all v0 v0.5.0 Feb 5, 2016 Changes in this version + func GetDaemon() (*daemon.Daemon, error) + func Init(root string, options []string, uidMaps, gidMaps []idtools.IDMap) (graphdriver.Driver, error) + func MakeDiffPod(podName, image, id, srcDisk, tgtDisk, outDir string) (string, error) + func MakeMountPod(podName, image, id, diffSrc, volDst string) (string, error) + type Driver struct + func (a *Driver) GetMetadata(id string) (map[string]string, error) + func (d *Driver) ApplyDiff(id, parent string, diff archive.Reader) (size int64, err error) + func (d *Driver) BaseImage() string + func (d *Driver) Changes(id, parent string) ([]archive.Change, error) + func (d *Driver) Cleanup() error + func (d *Driver) Create(id, parent, mountLabel string) error + func (d *Driver) Diff(id, parent string) (diff archive.Archive, err error) + func (d *Driver) DiffSize(id, parent string) (size int64, err error) + func (d *Driver) Exists(id string) bool + func (d *Driver) Get(id, mountLabel string) (string, error) + func (d *Driver) Put(id string) error + func (d *Driver) Remove(id string) error + func (d *Driver) RootPath() string + func (d *Driver) Setup() (err error) + func (d *Driver) Status() [][2]string + func (d *Driver) String() string + func (d *Driver) VmMountLayer(id string) error