This repository has been archived by the owner on May 12, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v2: Prevent killing all container processes when exec is failed
If an exec is failed(such as executable file not found in $PATH), the `execs.id` will be empty. This leads to all the container processes being killed when calling `Kill` on such exec id. Fixes: #2001 Signed-off-by: Li Yuxuan <[email protected]>
- Loading branch information