(ctx context.Context, execID string, options ExecResizeOptions)
| 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 | |
| 102 | ExecStart(ctx context.Context, execID string, options ExecStartOptions) (ExecStartResult, error) |
| 103 | ExecAttach(ctx context.Context, execID string, options ExecAttachOptions) (ExecAttachResult, error) |
no outgoing calls