File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ Hooks allow one to run code before/after various lifecycle events of the contain
217217Hooks MUST be called in the listed order.
218218The state of the container is passed to the hooks over stdin, so the hooks could get the information they need to do their work.
219219
220- Hook paths are absolute and are executed from the host's filesystem.
220+ Hook paths are absolute and are executed from the host's filesystem in the [ runtime namespace ] [ runtime-namespace ] .
221221
222222### Prestart
223223
@@ -637,5 +637,5 @@ Here is a full example `config.json` for reference.
637637}
638638```
639639
640-
640+ [ runtime-namespace ] : glossary.md#runtime-namespace
641641[ uts-namespace ] : http://man7.org/linux/man-pages/man7/namespaces.7.html
You can’t perform that action at this time.
0 commit comments