Documentation
¶
Index ¶
- type ContainerManager
- func (c *ContainerManager) Attach(containerId *string, conn *context.Context) error
- func (c *ContainerManager) CleanContainers() (*int, error)
- func (c *ContainerManager) GetContainerRuntimeSocket(userId *int) (*string, error)
- func (c *ContainerManager) Kill(containerId *string, ctx *context.Context) error
- func (c *ContainerManager) Run(image string, scenarioName string, containerRuntimeUri string, ...) (*string, *context.Context, error)
- func (c *ContainerManager) RunAttached(image string, scenarioName string, containerRuntimeUri string, ...) (*string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerManager ¶
func (*ContainerManager) Attach ¶
func (c *ContainerManager) Attach(containerId *string, conn *context.Context) error
func (*ContainerManager) CleanContainers ¶
func (c *ContainerManager) CleanContainers() (*int, error)
func (*ContainerManager) GetContainerRuntimeSocket ¶
func (c *ContainerManager) GetContainerRuntimeSocket(userId *int) (*string, error)
func (*ContainerManager) Kill ¶
func (c *ContainerManager) Kill(containerId *string, ctx *context.Context) error
Click to show internal directories.
Click to hide internal directories.