Implement Exec + Start for tasks service
This splits up the exec creation and start in the tasks service Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
@@ -869,7 +869,7 @@ func TestContainerExecNoBinaryExists(t *testing.T) {
|
||||
close(finished)
|
||||
}()
|
||||
|
||||
// start an exec process without running the original container process info
|
||||
// start an exec process without running the original container process
|
||||
processSpec := spec.Process
|
||||
processSpec.Args = []string{
|
||||
"none",
|
||||
|
||||
Reference in New Issue
Block a user