import "github.com/docker/docker/integration-cli/environment"
var ( // DefaultClientBinary is the name of the docker binary DefaultClientBinary = os.Getenv("TEST_CLIENT_BINARY") )
type Execution struct { environment.Execution // contains filtered or unexported fields }
Execution contains information about the current test execution and daemon under test
New returns details about the testing environment
DockerBinary returns the docker binary for this testing environment
Package environment imports 3 packages (graph) and is imported by 36 packages. Updated 2019-09-13. Refresh now. Tools for package owners.