Versions in this module Expand all Collapse all v0 v0.1.0 Dec 29, 2021 Changes in this version + func GetAllRuntimePlugins(m plugin.Manager) []plugin.Plugin + type ContainerRuntime struct + func (c *ContainerRuntime) CreateContainer(config *coreapi.Backdrop, tty bool, stdio bool) (string, error) + func (c *ContainerRuntime) DeleteContainer(id string) error + func (c *ContainerRuntime) Init() (plugin.PluginConfig, error) + func (c *ContainerRuntime) PluginInfo() *coreapi.PluginInfo + func (c *ContainerRuntime) ResizeContainer(id string, height uint32, width uint32) error + func (c *ContainerRuntime) ResolveImage(spec string) (string, error) + func (c *ContainerRuntime) StartContainer(id string) error + func (c *ContainerRuntime) StreamContainer(id string, stream *plugin.StreamConfig) (*runtime.Result, error) + func (c *ContainerRuntime) Type() plugin.Type