package container

import "github.com/docker/docker/daemon/cluster/executor/container"

Index

Variables

var (
	// ErrImageRequired returned if a task is missing the image definition.
	ErrImageRequired = errors.New("dockerexec: image required")

	// ErrContainerDestroyed returned when a container is prematurely destroyed
	// during a wait call.
	ErrContainerDestroyed = errors.New("dockerexec: container destroyed")

	// ErrContainerUnhealthy returned if controller detects the health check failure
	ErrContainerUnhealthy = errors.New("dockerexec: unhealthy container")
)

Functions

func NewExecutor

NewExecutor returns an executor from the docker client.

Source Files

adapter.go attachment.go container.go controller.go errors.go executor.go validate.go

Version
v28.1.1+incompatible (latest)
Published
Apr 18, 2025
Platform
js/wasm
Imports
50 packages
Last checked
52 minutes ago

Tools for package owners.