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
Fixes: opencontainers#4437
We can use a chan to wait the output from init process. After we received the content,
it means that the init process has started. Then we can exec into this container to use
ps command to check the init process and the exec process are both exist.
Signed-off-by: lifubang <[email protected]>
Description
Just saw this in CI here on alma-linux-8:
Apparently it's a race -- container "init" process (
cat
) in this case has not yet started, but the container "exec" process (ps
) already ran.The text was updated successfully, but these errors were encountered: