Commit 9b47c12
committed
runtime: Remove start's "fails to run" monitoring
The in-flight runC implementation just fires a signal at the container
[1,2]. It doesn't wait around to see if the signal has an effect, or if
it causes the container to crash, etc., etc.
[1]: https://github.com/opencontainers/runc/blob/28126f8039e226952d099f7376ba11cd9d00a59f/start.go#L29-L30
[2]: https://github.com/opencontainers/runc/blob/28126f8039e226952d099f7376ba11cd9d00a59f/libcontainer/container_linux.go#L253-L258
Signed-off-by: W. Trevor King <wking@tremily.us>1 parent c26f07c commit 9b47c12
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
90 | 89 | | |
91 | 90 | | |
92 | 91 | | |
| |||
0 commit comments