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

Method ContainerUnpause

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

Source from the content-addressed store, hash-verified

184}
185
186func (d *DryRunClient) ContainerUnpause(ctx context.Context, container string, options client.ContainerUnpauseOptions) (client.ContainerUnpauseResult, error) {
187 return client.ContainerUnpauseResult{}, nil
188}
189
190func (d *DryRunClient) CopyFromContainer(ctx context.Context, container string, options client.CopyFromContainerOptions) (client.CopyFromContainerResult, error) {
191 if _, err := d.ContainerStatPath(ctx, container, client.ContainerStatPathOptions{Path: options.SourcePath}); err != nil {

Callers 1

unPauseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected