package environment

import "github.com/docker/docker/integration-cli/environment"

Index

Variables

var (
	// DefaultClientBinary is the name of the docker binary
	DefaultClientBinary = os.Getenv("TEST_CLIENT_BINARY")
)

Types

type Execution

type Execution struct {
	environment.Execution
	// contains filtered or unexported fields
}

Execution contains information about the current test execution and daemon under test

func New

func New() (*Execution, error)

New returns details about the testing environment

func (*Execution) DockerBinary

func (e *Execution) DockerBinary() string

DockerBinary returns the docker binary for this testing environment

Source Files

environment.go

Version
v20.10.16+incompatible
Published
May 12, 2022
Platform
js/wasm
Imports
3 packages
Last checked
2 minutes ago

Tools for package owners.