MCPcopy
hub / github.com/moby/moby / ExecCreate

Method ExecCreate

client/client_interfaces.go:98–98  ·  view source on GitHub ↗
(ctx context.Context, container string, options ExecCreateOptions)

Source from the content-addressed store, hash-verified

96
97type ExecAPIClient interface {
98 ExecCreate(ctx context.Context, container string, options ExecCreateOptions) (ExecCreateResult, error)
99 ExecInspect(ctx context.Context, execID string, options ExecInspectOptions) (ExecInspectResult, error)
100 ExecResize(ctx context.Context, execID string, options ExecResizeOptions) (ExecResizeResult, error)
101

Callers 11

TestExecCreateErrorFunction · 0.65
TestExecCreateFunction · 0.65
TestExecWithCloseStdinFunction · 0.65
TestExecFunction · 0.65
TestExecResizeFunction · 0.65
ExecFunction · 0.65
ExecTaskFunction · 0.65
TestEventsExecDieFunction · 0.65

Implementers 1

Clientclient/client.go

Calls

no outgoing calls

Tested by 9

TestExecCreateErrorFunction · 0.52
TestExecCreateFunction · 0.52
TestExecWithCloseStdinFunction · 0.52
TestExecFunction · 0.52
TestExecResizeFunction · 0.52
TestEventsExecDieFunction · 0.52