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

Method ContainerTop

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

Source from the content-addressed store, hash-verified

366}
367
368func (d *DryRunClient) ContainerTop(ctx context.Context, container string, options client.ContainerTopOptions) (client.ContainerTopResult, error) {
369 return d.apiClient.ContainerTop(ctx, container, options)
370}
371
372func (d *DryRunClient) ContainerUpdate(ctx context.Context, container string, options client.ContainerUpdateOptions) (client.ContainerUpdateResult, error) {
373 return d.apiClient.ContainerUpdate(ctx, container, options)

Callers 1

TopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected