package graphdriver
import "github.com/docker/docker/graphdriver"
Index ¶
Variables ¶
var ( DefaultDriver string )
Functions ¶
func Register ¶
Types ¶
type Differ ¶
type Differ interface { Diff(id string) (archive.Archive, error) Changes(id string) ([]archive.Change, error) ApplyDiff(id string, diff archive.Archive) error DiffSize(id string) (bytes int64, err error) }
type Driver ¶
type Driver interface { String() string Create(id, parent string) error Remove(id string) error Get(id string) (dir string, err error) Exists(id string) bool Status() [][2]string Cleanup() error }
func GetDriver ¶
func New ¶
type InitFunc ¶
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
graphdriver/aufs | |
graphdriver/devmapper | |
graphdriver/vfs |
- Version
- v0.7.4
- Published
- Jan 8, 2014
- Platform
- js/wasm
- Imports
- 5 packages
- Last checked
- 4 minutes ago –
Tools for package owners.