Skip to content

Commit 9b47c12

Browse files
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

File tree

runtime.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ This operation MUST generate an error if it is not provided the container ID.
8686
Attempting to start a container that does not exist MUST generate an error.
8787
Attempting to start an already started container MUST have no effect on the container and MUST generate an error.
8888
This operation MUST run the user-specified code as specified by [`process`](config.md#process-configuration).
89-
If the runtime fails to run the code as specified, an error MUST be generated.
9089

9190
### Kill
9291
`kill <container-id> <signal>`

0 commit comments

Comments
 (0)