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

Method ContainerPause

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

Source from the content-addressed store, hash-verified

160}
161
162func (d *DryRunClient) ContainerPause(ctx context.Context, container string, options client.ContainerPauseOptions) (client.ContainerPauseResult, error) {
163 return client.ContainerPauseResult{}, nil
164}
165
166func (d *DryRunClient) ContainerRemove(ctx context.Context, container string, options client.ContainerRemoveOptions) (client.ContainerRemoveResult, error) {
167 return client.ContainerRemoveResult{}, nil

Callers 1

pauseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected