execution: use provided process ID for state
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
This commit is contained in:
@@ -134,6 +134,7 @@ func (s *Service) StartProcess(ctx context.Context, r *api.StartProcessRequest)
|
||||
}
|
||||
|
||||
process, err := s.executor.StartProcess(ctx, container, StartProcessOpts{
|
||||
ID: r.Process.ID,
|
||||
Spec: spec,
|
||||
Console: r.Console,
|
||||
Stdin: r.Stdin,
|
||||
|
||||
Reference in New Issue
Block a user