execution: add exec for additional processes#696
Conversation
Signed-off-by: Michael Crosby <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #696 +/- ##
=======================================
Coverage 62.73% 62.73%
=======================================
Files 5 5
Lines 687 687
=======================================
Hits 431 431
Misses 160 160
Partials 96 96Continue to review full report at Codecov.
|
|
LGTM Do we prefer to use |
|
@hqhq I just added Signal to the lower level Go API. Kill can still be in our external API. I needed two different ones because runc does not support signaling an exec process, only the main container process. |
There was a problem hiding this comment.
minor typo: "Delete deletes the process.."
Signed-off-by: Michael Crosby <[email protected]>
|
@estesp updated |
|
Thanks. LGTM. |
|
@estesp you can merge if you want ;) :) |
|
knee-jerk reaction from years in docker/docker looking for 2 LGTMs :) :) |
|
there is a second one above yours |
|
ha, of course.. saw it earlier, but totally forgot |
|
@crosbymichael Maybe we should just merge opencontainers/runc#808 , I'll rebase that PR later today. |
This adds support the the execution service to exec additional processes inside and existing container.
It also adds the
ctr execcommand that can be used to add processes.