diff --git a/runtime-config.md b/runtime-config.md index 6a6f97fd8..f384391f3 100644 --- a/runtime-config.md +++ b/runtime-config.md @@ -1,5 +1,13 @@ # Runtime Configuration +## Hooks + +Lifecycle of a container's runtime, for setup and teardown. +Presently there are `Prestart` and `Poststop`. + +* `Prestart` is a list of hooks to be run before the container process is executed +* `Poststop` is a list of hooks to be run after the container process exits + ## Mount Configuration Additional filesystems can be declared as "mounts", specified in the *mounts* object.