MCPcopy
hub / github.com/docker/compose / Build

Method Build

pkg/api/api.go:85–85  ·  pkg/api/api.go::Compose.Build

Build executes the equivalent to a `compose build`

(ctx context.Context, project *types.Project, options BuildOptions)

Source from the content-addressed store, hash-verified

83type Compose interface {
84 // Build executes the equivalent to a `compose build`
85 Build(ctx context.Context, project *types.Project, options BuildOptions) error
86 // Push executes the equivalent to a `compose push`
87 Push(ctx context.Context, project *types.Project, options PushOptions) error
88 // Pull executes the equivalent of a `compose pull`

Callers 1

runBuildFunction · 0.65

Implementers 3

MockComposepkg/mocks/mock_docker_compose_api.go
MockComposeMockRecorderpkg/mocks/mock_docker_compose_api.go
composeServicepkg/compose/compose.go

Calls

no outgoing calls

Tested by

no test coverage detected