Documentation ¶
Index ¶
- 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
- 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 (a *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) 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeDiffPod ¶
func MakeMountPod ¶
Types ¶
type Driver ¶
type Driver struct {
// contains filtered or unexported fields
}
func (*Driver) GetMetadata ¶
GetMetadata not implemented
func (*Driver) VmMountLayer ¶
Click to show internal directories.
Click to hide internal directories.