Skip to content

Commit

Permalink
runtime-config: add section about Hooks
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
  • Loading branch information
vbatts committed Sep 25, 2015
1 parent c2a9322 commit f25012f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions runtime-config.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit f25012f

Please sign in to comment.