package
2.32.4
Repository: https://github.com/docker/compose.git
Documentation: pkg.go.dev

# Functions

ComposeStandalonePath returns the path to the locally-built Compose standalone binary from the repo.
CopyFile copies a file from a sourceFile to a destinationFile setting permissions to 0755.
HTTPGetWithRetry performs an HTTP GET on an `endpoint`, using retryDelay also as a request timeout.
No description provided by the author
Lines split output into lines.
NewCLI creates a CLI instance for running E2E tests.
NewParallelCLI marks the parent test as parallel and returns a CLI instance suitable for usage across child tests.
RequireServiceState ensures that the container is in the expected state (running or exited).
StdoutContains returns a predicate on command result expecting a string in stdout.
WithEnv sets environment variables that will be passed to commands.

# Variables

DockerBuildxExecutableName is the Os dependent Buildx plugin binary name.
DockerComposeExecutableName is the OS dependent Docker CLI binary name.
DockerExecutableName is the OS dependent Docker CLI binary name.
DockerScanExecutableName is the OS dependent Docker Scan plugin binary name.
WindowsExecutableSuffix is the Windows executable suffix.

# Structs

CLI is used to wrap the CLI for end to end testing.

# Type aliases

CLIOption to customize behavior for all commands for a CLI instance.