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
Copy file name to clipboardExpand all lines: config.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -367,10 +367,9 @@ For Windows based systems the user structure has the following fields:
367
367
}
368
368
```
369
369
370
-
## <aname="configHooks" />Hooks
370
+
## <aname="configHooks" />Linux and Solaris Hooks
371
371
372
-
Hooks allow for the configuration of custom actions related to the [lifecycle](runtime.md#lifecycle) of the container if supported by the platform.
373
-
On Linux, they are run after the container namespaces are created.
372
+
For Linux- and Solaris-based systems, the configuration structure supports `hooks` for configuring custom actions related to the [lifecycle](runtime.md#lifecycle) of the container.
374
373
375
374
***`hooks`** (object, OPTIONAL) MAY contain any of the following properties:
376
375
***`prestart`** (array of objects, OPTIONAL) is an array of [pre-start hooks](#prestart).
0 commit comments