diff --git a/config.md b/config.md index bd42af426..48cab0db1 100644 --- a/config.md +++ b/config.md @@ -245,7 +245,7 @@ Presently there are `Prestart`, `Poststart` and `Poststop`. * [`Poststop`](#poststop) is a list of hooks to be run after the container process exits Hooks allow one to run code before/after various lifecycle events of the container. -Hooks MUST be called in the listed order. +Hooks MUST be called in the listed order if supported by the platform. The state of the container is passed to the hooks over stdin, so the hooks could get the information they need to do their work. Hook paths are absolute and are executed from the host's filesystem in the [runtime namespace][runtime-namespace].