driver_docker_container

package
v1.2.43 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 20, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrContainerExecCreateRespID = errors.New("container exec create response id empty")
View Source
var ErrContainerExecExitCode = errors.New("container exec exit code not 0")

Functions

This section is empty.

Types

type BuildImage

type BuildImage interface {
	RunBuild() error
}

func NewImageBuilder

func NewImageBuilder(api dockerapiprovider.APIProvider, idOrName string) BuildImage

type ExecCreateAttachResp

type ExecCreateAttachResp struct {
	ExecID string
	Conn   net.Conn
	Reader *bufio.Reader
}

type ExecRunResp

type ExecRunResp struct {
	ExecCreateAttachResp
	container.ExecInspect
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL