Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerManager ¶
type ContainerManager interface {
Start() error
}
ContainerManager is an interface that abstracts the basic operations of a container manager.
func NewContainerManager ¶
func NewContainerManager(cgroupsName string, client libdocker.Interface) ContainerManager
NewContainerManager creates a new instance of ContainerManager
Click to show internal directories.
Click to hide internal directories.