Documentation
¶
Index ¶
- type Manager
- func (m *Manager) ContainerPrune() ([]string, []error, error)
- func (m *Manager) ImageCheckout(image, container string) (string, *os.File, error)
- func (m *Manager) ImageCommit(image, dir string) error
- func (m *Manager) ImageDelete(image string) error
- func (m *Manager) ImageList() ([]string, error)
- func (m *Manager) ImagePrune() (string, 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 GetManager ¶
func GetManager(ctx *cli.Context) *Manager
func (*Manager) ImageCheckout ¶
func (*Manager) ImageCommit ¶
func (*Manager) ImageDelete ¶
func (*Manager) ImagePrune ¶
Click to show internal directories.
Click to hide internal directories.