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

Method ContainerWait

pkg/dryrun/dryrunclient.go:376–378  ·  pkg/dryrun/dryrunclient.go::DryRunClient.ContainerWait
(ctx context.Context, container string, options client.ContainerWaitOptions)

Source from the content-addressed store, hash-verified

374}
375
376func (d *DryRunClient) ContainerWait(ctx context.Context, container string, options client.ContainerWaitOptions) client.ContainerWaitResult {
377 return d.apiClient.ContainerWait(ctx, container, options)
378}
379
380func (d *DryRunClient) ContainerPrune(ctx context.Context, options client.ContainerPruneOptions) (client.ContainerPruneResult, error) {
381 return d.apiClient.ContainerPrune(ctx, options)

Calls

no outgoing calls