package local

import "github.com/dotcloud/docker/volume/local"

Index

Types

type Root

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

func New

func New(rootDirectory string) (*Root, error)

func (*Root) Create

func (r *Root) Create(name string) (volume.Volume, error)

func (*Root) Name

func (r *Root) Name() string

func (*Root) Remove

func (r *Root) Remove(v volume.Volume) error

type Volume

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

func (*Volume) DriverName

func (v *Volume) DriverName() string

func (*Volume) Mount

func (v *Volume) Mount() (string, error)

func (*Volume) Name

func (v *Volume) Name() string

func (*Volume) Path

func (v *Volume) Path() string

func (*Volume) Unmount

func (v *Volume) Unmount() error

Source Files

local.go

Version
v1.7.0-rc1
Published
May 28, 2015
Platform
js/wasm
Imports
7 packages
Last checked
52 seconds ago

Tools for package owners.