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 88b0fc5 + 8efcfad commit 51c9265Copy full SHA for 51c9265
runtime.md
@@ -50,6 +50,7 @@ This event needs to be captured by runc to run onstop event handlers.
50
## Hooks
51
52
Hooks allow one to run code before/after various lifecycle events of the container.
53
+Hooks MUST be called in the listed order.
54
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.
55
56
Hook paths are absolute and are executed from the host's filesystem.
0 commit comments