Documentation ¶
Index ¶
- type Manager
- func (mng *Manager) BuildImage(ctx context.Context, dockerfile string, tag string) error
- func (mng *Manager) BuilderPrune(ctx context.Context, all bool) error
- func (mng *Manager) CheckImageExists(ctx context.Context, name string) error
- func (mng *Manager) ExportFiles(settings entities.ExportFileSettings) error
- func (mng *Manager) PullImage(ctx context.Context, name string) error
- func (mng *Manager) RemoveImage(ctx context.Context, name string, force bool) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func (*Manager) BuildImage ¶
func (*Manager) BuilderPrune ¶ added in v0.0.7
func (*Manager) CheckImageExists ¶
func (*Manager) ExportFiles ¶
func (mng *Manager) ExportFiles(settings entities.ExportFileSettings) error
Click to show internal directories.
Click to hide internal directories.