Documentation ¶
Index ¶
- type Tmpfs
- func (p *Tmpfs) Attach(ctx context.Context, v *types.Volume) error
- func (p *Tmpfs) Create(ctx context.Context, id types.VolumeContext) (*types.Volume, error)
- func (p *Tmpfs) Detach(ctx context.Context, v *types.Volume) error
- func (p *Tmpfs) Name(ctx context.Context) string
- func (p *Tmpfs) Options() map[string]types.Option
- func (p *Tmpfs) Path(ctx context.Context, v *types.Volume) (string, error)
- func (p *Tmpfs) Remove(ctx context.Context, v *types.Volume) error
- func (p *Tmpfs) StoreMode(ctx context.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.