Skip to content

Commit fddb3e5

Browse files
committed
Merge pull request opencontainers#468 from wking/start-does-not-confirm-success
runtime: Remove start's "fails to run" monitoring
2 parents 91c8ddc + 9b47c12 commit fddb3e5

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
@@ -96,7 +96,6 @@ This operation MUST generate an error if it is not provided the container ID.
9696
Attempting to start a container that does not exist MUST generate an error.
9797
Attempting to start an already started container MUST have no effect on the container and MUST generate an error.
9898
This operation MUST run the user-specified code as specified by [`process`](config.md#process-configuration).
99-
If the runtime fails to run the code as specified, an error MUST be generated.
10099

101100
Upon successful completion of this operation the `status` property of this container MUST be `running`.
102101

0 commit comments

Comments
 (0)