Description
One can start additional processes in a container with exec API, one can inspect their status using exec/{id}/json, but one can't kill such a process.
I suggest an API is introduced for this purpose, /exec/{id}/stop + /exec/{id}/kill to mimic the equivalent for container's PID 1.
Description
One can start additional processes in a container with
execAPI, one can inspect their status using exec/{id}/json, but one can't kill such a process.I suggest an API is introduced for this purpose, /exec/{id}/stop + /exec/{id}/kill to mimic the equivalent for container's PID 1.