This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Description
Start a runv container with docker, then docker exec -ti xxx sh, after typing exit in sh, the client side will stuck. I have to use kill <docker exec pid> to stop the client.
I was trying to debug this, find that the docker-containerd-shim is stuck on waiting IO terminating. then I checked runv codes, and didn't find the problem, the IO channel seems closed correctly.
I've no idea how to fix this, so file an issue here. :)