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

Method ContainerStop

pkg/dryrun/dryrunclient.go:182–184  ·  view source on GitHub ↗
(ctx context.Context, container string, options client.ContainerStopOptions)

Source from the content-addressed store, hash-verified

180}
181
182func (d *DryRunClient) ContainerStop(ctx context.Context, container string, options client.ContainerStopOptions) (client.ContainerStopResult, error) {
183 return client.ContainerStopResult{}, nil
184}
185
186func (d *DryRunClient) ContainerUnpause(ctx context.Context, container string, options client.ContainerUnpauseOptions) (client.ContainerUnpauseResult, error) {
187 return client.ContainerUnpauseResult{}, nil

Callers 11

TestDownFunction · 0.45
TestDownRemoveOrphansFunction · 0.45
TestDownRemoveVolumesFunction · 0.45
execStopContainerMethod · 0.45
TestStopTimeoutFunction · 0.45
stopContainerMethod · 0.45

Calls

no outgoing calls