We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91c8ddc + 9b47c12 commit fddb3e5Copy full SHA for fddb3e5
1 file changed
runtime.md
@@ -96,7 +96,6 @@ This operation MUST generate an error if it is not provided the container ID.
96
Attempting to start a container that does not exist MUST generate an error.
97
Attempting to start an already started container MUST have no effect on the container and MUST generate an error.
98
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.
100
101
Upon successful completion of this operation the `status` property of this container MUST be `running`.
102
0 commit comments