From 5796e343dd772f93172e68d20b43861cff7f76d0 Mon Sep 17 00:00:00 2001 From: Jonathan Boulle Date: Tue, 29 Sep 2015 17:32:44 -0700 Subject: [PATCH] runtime.md: fix spacing Signed-off-by: Jonathan Boulle --- runtime-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime-config.md b/runtime-config.md index cf6bba83..fe2adb13 100644 --- a/runtime-config.md +++ b/runtime-config.md @@ -7,7 +7,7 @@ Presently there are `Prestart`, `Poststart` and `Poststop`. * [`Prestart`](#pre-start) is a list of hooks to be run before the container process is executed * [`Poststart`](#post-start) is a list of hooks to be run immediately after the container process is started -* [`Poststop`](#post-stop)is a list of hooks to be run after the container process exits +* [`Poststop`](#post-stop) 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.