Versions in this module Expand all Collapse all v0 v0.1.1 Aug 25, 2021 v0.1.0 Aug 24, 2021 Changes in this version + func Init(home string, options context.Options) (context.Driver, error) — linux/amd64 + type Driver struct — linux/amd64 + func (d *Driver) AdditionalImageStores() []string + func (d *Driver) Cleanup() error + func (d *Driver) Create(id, parent string, opts *context.CreateOpts) error + func (d *Driver) CreateFromTemplate(id, template string, templateIDMappings *idtools.IDMappings, parent string, ...) error + func (d *Driver) CreateReadWrite(id, parent string, opts *context.CreateOpts) error + func (d *Driver) Exists(id string) bool + func (d *Driver) Get(id string, options context.MountOpts) (string, error) + func (d *Driver) Metadata(id string) (map[string]string, error) + func (d *Driver) Put(id string) error + func (d *Driver) ReadWriteDiskUsage(id string) (*directory.DiskUsage, error) + func (d *Driver) Remove(id string) error + func (d *Driver) Status() [][2]string + func (d *Driver) String() string