package environment

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

Index

Variables

var DefaultClientBinary = os.Getenv("TEST_CLIENT_BINARY")

DefaultClientBinary is the name of the docker 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(ctx context.Context) (*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
v28.1.1+incompatible (latest)
Published
Apr 18, 2025
Platform
js/wasm
Imports
4 packages
Last checked
6 hours ago

Tools for package owners.