Skip to content

Commit 51c9265

Browse files
committed
Merge pull request #157 from liangchenye/master
Update runtime.md
2 parents 88b0fc5 + 8efcfad commit 51c9265

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ This event needs to be captured by runc to run onstop event handlers.
5050
## Hooks
5151

5252
Hooks allow one to run code before/after various lifecycle events of the container.
53+
Hooks MUST be called in the listed order.
5354
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.
5455

5556
Hook paths are absolute and are executed from the host's filesystem.

0 commit comments

Comments
 (0)