We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 023c751 + 5796e34 commit 294b77cCopy full SHA for 294b77c
runtime-config.md
@@ -7,7 +7,7 @@ Presently there are `Prestart`, `Poststart` and `Poststop`.
7
8
* [`Prestart`](#pre-start) is a list of hooks to be run before the container process is executed
9
* [`Poststart`](#post-start) is a list of hooks to be run immediately after the container process is started
10
-* [`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
11
12
Hooks allow one to run code before/after various lifecycle events of the container.
13
Hooks MUST be called in the listed order.
0 commit comments