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

Method UnPause

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

UnPause executes the equivalent to a `compose unpause`

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

Source from the content-addressed store, hash-verified

121 Pause(ctx context.Context, projectName string, options PauseOptions) error
122 // UnPause executes the equivalent to a `compose unpause`
123 UnPause(ctx context.Context, projectName string, options PauseOptions) error
124 // Top executes the equivalent to a `compose top`
125 Top(ctx context.Context, projectName string, services []string) ([]ContainerProcSummary, error)
126 // Events executes the equivalent to a `compose events`

Callers 1

runUnPauseFunction · 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