MCPcopy Create free account
hub / github.com/docker/compose / ContainerUpdate

Method ContainerUpdate

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

Source from the content-addressed store, hash-verified

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)
374}
375
376func (d *DryRunClient) ContainerWait(ctx context.Context, container string, options client.ContainerWaitOptions) client.ContainerWaitResult {
377 return d.apiClient.ContainerWait(ctx, container, options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected