Documentation ¶
Index ¶
- type Tmpfs
- func (p *Tmpfs) Attach(ctx driver.Context, v *types.Volume) error
- func (p *Tmpfs) Create(ctx driver.Context, id types.VolumeID) (*types.Volume, error)
- func (p *Tmpfs) Detach(ctx driver.Context, v *types.Volume) error
- func (p *Tmpfs) Name(ctx driver.Context) string
- func (p *Tmpfs) Options() map[string]types.Option
- func (p *Tmpfs) Path(ctx driver.Context, v *types.Volume) (string, error)
- func (p *Tmpfs) Remove(ctx driver.Context, v *types.Volume) error
- func (p *Tmpfs) StoreMode(ctx driver.Context) driver.VolumeStoreMode
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tmpfs ¶
type Tmpfs struct { }
Tmpfs represents tmpfs volume driver.
Click to show internal directories.
Click to hide internal directories.