Documentation
¶
Index ¶
- type Engine
- func (e *Engine) Images(ctx context.Context) ([]docker.Image, error)
- func (e *Engine) List(ctx context.Context) ([]docker.Container, error)
- func (e *Engine) Logs(ctx context.Context, id string) (<-chan string, error)
- func (e *Engine) Networks(ctx context.Context) ([]docker.Network, error)
- func (e *Engine) PruneImages(ctx context.Context) (uint64, error)
- func (e *Engine) Remove(ctx context.Context, id string) error
- func (e *Engine) RemoveImage(ctx context.Context, id string) error
- func (e *Engine) RemoveNetwork(ctx context.Context, id string) error
- func (e *Engine) RemoveVolume(ctx context.Context, name string) error
- func (e *Engine) Restart(ctx context.Context, id string) error
- func (e *Engine) Start(ctx context.Context, id string) error
- func (e *Engine) Stats(ctx context.Context, id string) (<-chan docker.Stats, error)
- func (e *Engine) Stop(ctx context.Context, id string) error
- func (e *Engine) Volumes(ctx context.Context) ([]docker.Volume, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Engine ¶
type Engine struct {
// contains filtered or unexported fields
}
func (*Engine) PruneImages ¶ added in v0.5.0
func (*Engine) RemoveImage ¶ added in v0.5.0
func (*Engine) RemoveNetwork ¶ added in v0.6.0
func (*Engine) RemoveVolume ¶ added in v0.6.0
Click to show internal directories.
Click to hide internal directories.