You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hooks/README: Fix some Markdown typos (e.g. missing runc target)
I'd accidentally introduced these typos in ea41561 (hooks/docs: Add
oci-hooks.5 and per-package man page building, 2018-05-15, #772).
Signed-off-by: W. Trevor King <[email protected]>
Closes: #810
Approved by: mheon
Copy file name to clipboardExpand all lines: pkg/hooks/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,12 @@ For example the [oci-systemd-hook][] only executes if the command is `init` or `
11
11
This means if we automatically enabled all hooks, every container would have to execute `oci-systemd-hook`, even if they don't run systemd inside of the container.
12
12
Performance would also suffer if we exectuted each hook at each stage ([pre-start][], [post-start][], and [post-stop][]).
13
13
14
-
The hooks configuration is documented in [`oci-hooks.5`][docs/oci-hooks.5.md].
14
+
The hooks configuration is documented in [`oci-hooks.5`](docs/oci-hooks.5.md).
0 commit comments