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

Method Start

pkg/api/api.go:93–93  ·  pkg/api/api.go::Compose.Start

Start executes the equivalent to a `compose start`

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

Source from the content-addressed store, hash-verified

91 Create(ctx context.Context, project *types.Project, options CreateOptions) error
92 // Start executes the equivalent to a `compose start`
93 Start(ctx context.Context, projectName string, options StartOptions) error
94 // Restart restarts containers
95 Restart(ctx context.Context, projectName string, options RestartOptions) error
96 // Stop executes the equivalent to a `compose stop`

Callers 9

StartWithNewGroupIDFunction · 0.65
LogsMethod · 0.65
PullModelMethod · 0.65
UpMethod · 0.65
RunFunction · 0.65
executePluginMethod · 0.65
doBuildBakeMethod · 0.65
SpanWrapFuncFunction · 0.65
SpanWrapFuncForErrGroupFunction · 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 1

StartWithNewGroupIDFunction · 0.52