package vfs

import "github.com/docker/docker/daemon/graphdriver/vfs"

Index

Functions

func Init

func Init(home string, options []string) (graphdriver.Driver, error)

Types

type Driver

type Driver struct {
	// contains filtered or unexported fields
}

func (*Driver) Cleanup

func (d *Driver) Cleanup() error

func (*Driver) Create

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

func (*Driver) Exists

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

func (*Driver) Get

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

func (*Driver) Put

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

func (*Driver) Remove

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

func (*Driver) Status

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

func (*Driver) String

func (d *Driver) String() string

Source Files

driver.go

Version
v1.6.1
Published
May 7, 2015
Platform
js/wasm
Imports
6 packages
Last checked
1 minute ago

Tools for package owners.