Documentation ¶
Index ¶
- Constants
- func Init(home string, options []string, uidMaps, gidMaps []idtools.IDMap) (graphdriver.Driver, error)
- type Layer0
- func (l *Layer0) ApplyDiff(id string, parent string, diff archive.Reader) (size int64, err error)
- func (l *Layer0) Create(id string, parent string, mountLabel string) error
- func (l *Layer0) Exists(id string) bool
- func (l *Layer0) Get(id string, mountLabel string) (string, error)
- func (l *Layer0) GetMetadata(id string) (map[string]string, error)
- func (l *Layer0) Put(id string) error
- func (l *Layer0) Remove(id string) error
- type Layer0Vol
Constants ¶
View Source
const ( Name = "layer0" Type = api.Graph Layer0VolumeDriver = "layer0.volume_driver" )
Layer0Graphdriver options. This should be passed in as a st
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.