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

Method ExecAttach

pkg/dryrun/dryrunclient.go:336–338  ·  pkg/dryrun/dryrunclient.go::DryRunClient.ExecAttach
(ctx context.Context, execID string, config client.ExecAttachOptions)

Source from the content-addressed store, hash-verified

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")
338}
339
340func (d *DryRunClient) ExecInspect(ctx context.Context, execID string, options client.ExecInspectOptions) (client.ExecInspectResult, error) {
341 return d.apiClient.ExecInspect(ctx, execID, options)

Callers 3

TestRunHook_ConsoleSizeFunction · 0.45
ExecMethod · 0.45
runHookMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestRunHook_ConsoleSizeFunction · 0.36