remove blank char from blank line

Signed-off-by: Lai Jiangshan <jiangshanlai@gmail.com>
This commit is contained in:
Lai Jiangshan 2015-09-29 22:09:45 +08:00
parent 03bf64fd3f
commit e324f2b6bb
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Presently there are `Prestart` and `Poststop`.
* [`Prestart`](#pre-start) is a list of hooks to be run before the container process is executed
* [`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.
The state of the container is passed to the hooks over stdin, so the hooks could get the information they need to do their work.