Skip to content

Commit

Permalink
Merge pull request opencontainers#208 from jonboulle/master
Browse files Browse the repository at this point in the history
runtime.md: fix spacing
  • Loading branch information
Michael Crosby committed Oct 1, 2015
2 parents 023c751 + 5796e34 commit 294b77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 294b77c

Please sign in to comment.