Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
shimv2: fix the issue of stop container failed
There is no need to send another SIGKILL signal following SIGTERM signal, otherwise, sending the SIGKILL signal would get failed since the container process would has been terminated by the previous SIGTERM signal. Fixes:kata-containers#1493 Depends-on:github.com/kata-containers/agent/pull/526 Signed-off-by: lifupan <[email protected]>
- Loading branch information