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 + 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(home string, options context.Options) (context.Driver, error) — linux/amd64 + func Unmount(target string) error — linux/amd64 + type Driver struct — linux/amd64 + func (*Driver) String() string + func (a *Driver) AdditionalImageStores() []string + func (a *Driver) ApplyDiff(id, parent string, options context.ApplyDiffOpts) (size int64, err error) + func (a *Driver) Changes(id string, idMappings *idtools.IDMappings, parent string, ...) ([]archive.Change, error) + func (a *Driver) Cleanup() error + func (a *Driver) Create(id, parent string, opts *context.CreateOpts) error + func (a *Driver) CreateFromTemplate(id, template string, templateIDMappings *idtools.IDMappings, parent string, ...) error + func (a *Driver) CreateReadWrite(id, parent string, opts *context.CreateOpts) error + func (a *Driver) Diff(id string, idMappings *idtools.IDMappings, parent string, ...) (io.ReadCloser, error) + func (a *Driver) DiffGetter(id string) (context.FileGetCloser, error) + func (a *Driver) DiffSize(id string, idMappings *idtools.IDMappings, parent string, ...) (size int64, err error) + func (a *Driver) Exists(id string) bool + func (a *Driver) Get(id string, options context.MountOpts) (string, error) + func (a *Driver) Metadata(id string) (map[string]string, error) + func (a *Driver) Put(id string) error + func (a *Driver) ReadWriteDiskUsage(id string) (*directory.DiskUsage, error) + func (a *Driver) Remove(id string) error + func (a *Driver) Status() [][2]string + func (a *Driver) SupportsShifting() bool + func (a *Driver) UpdateLayerIDMap(id string, toContainer, toHost *idtools.IDMappings, mountLabel string) error