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

Method ContainerDiff

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

Source from the content-addressed store, hash-verified

330}
331
332func (d *DryRunClient) ContainerDiff(ctx context.Context, container string, options client.ContainerDiffOptions) (client.ContainerDiffResult, error) {
333 return d.apiClient.ContainerDiff(ctx, container, options)
334}
335
336func (d *DryRunClient) ExecAttach(ctx context.Context, execID string, config client.ExecAttachOptions) (client.ExecAttachResult, error) {
337 return client.ExecAttachResult{}, errors.New("interactive exec is not supported in dry-run mode")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected