mirror of
https://github.com/containers/podman.git
synced 2026-02-25 11:07:31 -05:00
If gvproxy or vfkit exit we can error right away, so while we wait for the socket to get ready we also keep checking the process status with wait4() and WNOHANG so it does not block forever. This is completely untested as I do not have acces to apple machine. Signed-off-by: Paul Holzinger <pholzing@redhat.com> <MH: Added no new tests needed to pass CI> [NO NEW TESTS NEEDED] Signed-off-by: Matt Heon <mheon@redhat.com>