package environment

import "github.com/dotcloud/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.0.0-rc.1+incompatible
Published
Feb 6, 2025
Platform
js/wasm
Imports
4 packages
Last checked
4 minutes ago

Tools for package owners.