You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correct prestart hook description in summary (#1275)
Correct `prestart` hook description in summary
It looks like the previous description was copied from the wrong line.
Update the `prestart (Deprecated)` hook's timing from being called
"after the start operation is invoked but before the user-specified command executes"
to "during the create operation, after the runtime environment is created and before pivot root or any equivalent operation."
Signed-off-by: Lei Wang <[email protected]>
|`prestart` (Deprecated) | runtime |After the start operation is called but before the user-specified program command is executed. |
650
+
|`prestart` (Deprecated) | runtime |During the create operation, after the runtime environment has been created and before the pivot root or any equivalent operation.|
651
651
|`createRuntime`| runtime | During the create operation, after the runtime environment has been created and before the pivot root or any equivalent operation. |
652
652
|`createContainer`| container | During the create operation, after the runtime environment has been created and before the pivot root or any equivalent operation. |
653
653
|`startContainer`| container | After the start operation is called but before the user-specified program command is executed. |
0 commit comments