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

Method Wait

pkg/api/api.go:139–139  ·  pkg/api/api.go::Compose.Wait

Wait blocks until at least one of the services' container exits

(ctx context.Context, projectName string, options WaitOptions)

Source from the content-addressed store, hash-verified

137 Viz(ctx context.Context, project *types.Project, options VizOptions) (string, error)
138 // Wait blocks until at least one of the services' container exits
139 Wait(ctx context.Context, projectName string, options WaitOptions) (int64, error)
140 // Scale manages numbers of container instances running per service
141 Scale(ctx context.Context, project *types.Project, options ScaleOptions) error
142 // Export a service container's filesystem as a tar archive

Callers 15

doTestFunction · 0.65
TestWaitOnInfinityFunction · 0.65
TestComposeCancelFunction · 0.65
LogsMethod · 0.65
copyMethod · 0.65
pushMethod · 0.65
ensureModelsMethod · 0.65
PullModelMethod · 0.65
TopMethod · 0.65
runMethod · 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 5

doTestFunction · 0.52
TestWaitOnInfinityFunction · 0.52
TestComposeCancelFunction · 0.52