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.
1 parent 2d9842b commit 8efcfadCopy full SHA for 8efcfad
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