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 ExecRunResp ¶
type ExecRunResp struct { ExecCreateAttachResp container.ExecInspect }
Click to show internal directories.
Click to hide internal directories.