Skip to content

Commit 0712644

Browse files
committed
Merge pull request #415 from wking/explicit-hook-namespace
config: Explicitly put hooks in the runtime namespace
2 parents cbea66a + a5af569 commit 0712644

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Hooks allow one to run code before/after various lifecycle events of the contain
217217
Hooks MUST be called in the listed order.
218218
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.
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

0 commit comments

Comments
 (0)