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

Description
Start runv-containerd and connect it with docker daemon, then execute:
# cid=$(docker run -tid busybox sh) && docker exec -ti $cid echo hello
docker daemon hangs.
After some investigation, I found that at the time when it ran "docker exec", the container is actually not started/ready yet.
I can throw an error out but that doesn't solve it. Could you fix it?