runtime-config: add section about Hooks

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2015-09-10 15:08:46 -04:00
parent 70372d3880
commit dd6ae21564
1 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,13 @@
# Runtime Configuration
## Hooks
Lifecycle hooks allow custom events for different points in a container's runtime.
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.