windows

package
v1.9.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 3, 2015 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Rendered for windows/amd64

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitDiff

func InitDiff(home string, options []string, uidMaps, gidMaps []idtools.IDMap) (graphdriver.Driver, error)

InitDiff returns a new Windows differencing disk driver.

func InitFilter

func InitFilter(home string, options []string, uidMaps, gidMaps []idtools.IDMap) (graphdriver.Driver, error)

InitFilter returns a new Windows storage filter driver.

Types

type Driver added in v1.9.0

type Driver struct {

	// Mutex protects concurrent modification to active
	sync.Mutex
	// contains filtered or unexported fields
}

Driver represents a windows graph driver.

func (*Driver) ApplyDiff added in v1.9.0

func (d *Driver) ApplyDiff(id, parent string, diff archive.Reader) (size int64, err error)

ApplyDiff extracts the changeset from the given diff into the layer with the specified id and parent, returning the size of the new layer in bytes.

func (*Driver) Changes added in v1.9.0

func (d *Driver) Changes(id, parent string) ([]archive.Change, error)

Changes produces a list of changes between the specified layer and its parent layer. If parent is "", then all changes will be ADD changes.

func (*Driver) Cleanup added in v1.9.0

func (d *Driver) Cleanup() error

Cleanup ensures the information the driver stores is properly removed.

func (*Driver) Create added in v1.9.0

func (d *Driver) Create(id, parent string) error

Create creates a new layer with the given id.

func (*Driver) Diff added in v1.9.0

func (d *Driver) Diff(id, parent string) (arch archive.Archive, err error)

Diff produces an archive of the changes between the specified layer and its parent layer which may be "".

func (*Driver) DiffSize added in v1.9.0

func (d *Driver) DiffSize(id, parent string) (size int64, err error)

DiffSize calculates the changes between the specified layer and its parent and returns the size in bytes of the changes relative to its base filesystem directory.

func (*Driver) Exists added in v1.9.0

func (d *Driver) Exists(id string) bool

Exists returns true if the given id is registered with this driver.

func (*Driver) Get added in v1.9.0

func (d *Driver) Get(id, mountLabel string) (string, error)

Get returns the rootfs path for the id. This will mount the dir at it's given path.

func (*Driver) GetMetadata added in v1.9.0

func (d *Driver) GetMetadata(id string) (map[string]string, error)

GetMetadata returns custom driver information.

func (*Driver) Put added in v1.9.0

func (d *Driver) Put(id string) error

Put adds a new layer to the driver.

func (*Driver) Remove added in v1.9.0

func (d *Driver) Remove(id string) error

Remove unmounts and removes the dir information.

func (*Driver) RestoreCustomImages added in v1.9.0

func (d *Driver) RestoreCustomImages(tagger graphdriver.Tagger, recorder graphdriver.Recorder) (imageIDs []string, err error)

RestoreCustomImages adds any auto-detected OS specific images to the tag and graph store.

func (*Driver) Status added in v1.9.0

func (d *Driver) Status() [][2]string

Status returns the status of the driver.

func (*Driver) String added in v1.9.0

func (d *Driver) String() string

String returns the string representation of a driver.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL