You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 6, 2020. It is now read-only.
killall will only kill processes using the specified (exact)
binary. It will not kill off any processess running off a previously
unlinked binary (of the same name/path).
Replace the killall with a kill to clean up all processess of the
specified name.
Fixes: clearcontainers#937
Signed-off-by: Graham Whaley <[email protected]>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
see: #936
The text was updated successfully, but these errors were encountered: