We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0e9043 + 4005c81 commit ab29785Copy full SHA for ab29785
specs-go/config.go
@@ -187,6 +187,10 @@ type Hook struct {
187
type Hooks struct {
188
// Prestart is Deprecated. Prestart is a list of hooks to be run before the container process is executed.
189
// It is called in the Runtime Namespace
190
+ //
191
+ // Deprecated: use [Hooks.CreateRuntime], [Hooks.CreateContainer], and
192
+ // [Hooks.StartContainer] instead, which allow more granular hook control
193
+ // during the create and start phase.
194
Prestart []Hook `json:"prestart,omitempty"`
195
// CreateRuntime is a list of hooks to be run after the container has been created but before pivot_root or any equivalent operation has been called
196
0 commit comments