Skip to content

Commit 131ae4c

Browse files
authored
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]>
1 parent d61dee6 commit 131ae4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ See the below table for a summary of hooks and when they are called:
647647

648648
| Name | Namespace | When |
649649
| ----------------------- | --------- | -----------------------------------------------------------------------------------------------------------------------------------|
650-
| `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. |
651651
| `createRuntime` | runtime | During the create operation, after the runtime environment has been created and before the pivot root or any equivalent operation. |
652652
| `createContainer` | container | During the create operation, after the runtime environment has been created and before the pivot root or any equivalent operation. |
653653
| `startContainer` | container | After the start operation is called but before the user-specified program command is executed. |

0 commit comments

Comments
 (0)