mirror of
https://github.com/apple/container.git
synced 2026-07-12 04:27:05 +00:00
796630258b
Today when we send a signal we don't wait for the container to exit, as we don't know what signals the program will actually do anything with. However, sigkill does not fit this mold, and we should wait for the container to exit (or be removed for --rm containers).