Skip to content

Commit 159a3ea

Browse files
committed
runtime-config: add section about Hooks
Signed-off-by: Vincent Batts <[email protected]>
1 parent c2a9322 commit 159a3ea

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

runtime-config.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Runtime Configuration
22

3+
## Hooks
4+
5+
Lifecycle of a container's runtime, for setup and teardown.
6+
Presently there are `Prestart` and `Poststop`.
7+
8+
* `Prestart` is a list of hooks to be run before the container process is executed
9+
* `Poststop` is a list of hooks to be run after the container process exits
10+
11+
312
## Mount Configuration
413

514
Additional filesystems can be declared as "mounts", specified in the *mounts* object.

0 commit comments

Comments
 (0)