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

Method Up

pkg/api/api.go:99–99  ·  view source on GitHub ↗

Up executes the equivalent to a `compose up`

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

Source from the content-addressed store, hash-verified

97 Stop(ctx context.Context, projectName string, options StopOptions) error
98 // Up executes the equivalent to a `compose up`
99 Up(ctx context.Context, project *types.Project, options UpOptions) error
100 // Down executes the equivalent to a `compose down`
101 Down(ctx context.Context, projectName string, options DownOptions) error
102 // Logs executes the equivalent to a `compose logs`

Callers 4

printWithDimensionsMethod · 0.65
runUpFunction · 0.65
runWatchFunction · 0.65
moveCursorUpFunction · 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