Documentation ¶
Index ¶
Constants ¶
View Source
const (
TestContainerBaseName string = "soci-integration"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Compose ¶
type Compose struct {
// contains filtered or unexported fields
}
Compose represents a set of container execution environment (i.e. a set of *dexec.Exec) that is orchestrated as a docker compose project. This can be created using docker compose yaml. Get method provides *dexec.Exec of arbitrary service.
func Up ¶
Up starts all services defined in a docker-compose yaml and returns the execution environment for each service.
type Option ¶
type Option func(o *options)
Option is an option for creating compose.
func WithBuildArgs ¶
WithBuildArgs specifies the build args that will be used during build.
Click to show internal directories.
Click to hide internal directories.