Skip to content

Commit 358f49e

Browse files
Merge pull request #870 from wking/no-hooks-on-windows
config: Require hook support on Linux and Solaris
2 parents f79b61d + 1a6cb18 commit 358f49e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

config.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -367,10 +367,9 @@ For Windows based systems the user structure has the following fields:
367367
}
368368
```
369369

370-
## <a name="configHooks" />Hooks
370+
## <a name="configHooks" />Linux and Solaris Hooks
371371

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.
374373

375374
* **`hooks`** (object, OPTIONAL) MAY contain any of the following properties:
376375
* **`prestart`** (array of objects, OPTIONAL) is an array of [pre-start hooks](#prestart).

0 commit comments

Comments
 (0)