Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix post stop hook not always called successfully
If the first time post stop hook called with a failure(maybe because some resources is not ready to be recycled), the second retry of `runc delete` will return directly because the container root directoy is already removed. so that the post stop hook is not called. Signed-off-by: Abel Feng <[email protected]>
- Loading branch information