You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build(ctx context.Context, options controllerapi.BuildOptions, in io.ReadCloser, w io.Writer, out console.File, progressModestring) (refstring, resp*client.SolveResponse, errerror)
15
+
Build(ctx context.Context, options controllerapi.BuildOptions, in io.ReadCloser, w io.Writer, out console.File, progressModestring) (refstring, resp*client.SolveResponse, def*solverpb.Definition, errerror)
14
16
// Invoke starts an IO session into the specified process.
15
17
// If pid doesn't matche to any running processes, it starts a new process with the specified config.
16
18
// If there is no container running or InvokeConfig.Rollback is speicfied, the process will start in a newly created container.
17
19
// NOTE: If needed, in the future, we can split this API into three APIs (NewContainer, NewProcess and Attach).
0 commit comments