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
cmd/run: Ensure underlying container is stopped when toolbox is killed
Right now "toolbox enter" creates a container on the fly, but
then lets it linger after the foreground toolbox process is
killed (for instance, from a terminal hangup).
Not killing the underlying container has the negative side effect of
stalling shutdown if a toolbox shell is running.
This commit addresses that problem by detecting when the toolbox process
is signaled, and then in response, kills off the entire cgroup associated
with the underlying container.
Closescontainers#1157
Signed-off-by: Ray Strode <[email protected]>
0 commit comments