Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrImageRequired returned if a task is missing the image definition. ErrImageRequired = fmt.Errorf("dockerexec: image required") // ErrContainerDestroyed returned when a container is prematurely destroyed // during a wait call. ErrContainerDestroyed = fmt.Errorf("dockerexec: container destroyed") )
Functions ¶
func NewExecutor ¶
func NewExecutor(b executorpkg.Backend) exec.Executor
NewExecutor returns an executor from the docker client.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.