|
@@ -37,7 +37,7 @@ type ContainerAPIClient interface {
|
|
|
ContainerCreate(ctx context.Context, config *container.Config, hostConfig *container.HostConfig, networkingConfig *network.NetworkingConfig, containerName string) (container.ContainerCreateCreatedBody, error)
|
|
|
ContainerDiff(ctx context.Context, container string) ([]types.ContainerChange, error)
|
|
|
ContainerExecAttach(ctx context.Context, execID string, config types.ExecConfig) (types.HijackedResponse, error)
|
|
|
- ContainerExecCreate(ctx context.Context, container string, config types.ExecConfig) (types.ContainerExecCreateResponse, error)
|
|
|
+ ContainerExecCreate(ctx context.Context, container string, config types.ExecConfig) (types.IDResponse, error)
|
|
|
ContainerExecInspect(ctx context.Context, execID string) (types.ContainerExecInspect, error)
|
|
|
ContainerExecResize(ctx context.Context, execID string, options types.ResizeOptions) error
|
|
|
ContainerExecStart(ctx context.Context, execID string, config types.ExecStartCheck) error
|