Skip to content

Commit 31e3a50

Browse files
wkingrh-atomic-bot
authored andcommitted
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
1 parent fb62838 commit 31e3a50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/hooks/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ For example the [oci-systemd-hook][] only executes if the command is `init` or `
1111
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.
1212
Performance would also suffer if we exectuted each hook at each stage ([pre-start][], [post-start][], and [post-stop][]).
1313

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).
1515

1616
[oci-systemd-hook]: https://github.com/projectatomic/oci-systemd-hook
1717
[post-start]: https://github.com/opencontainers/runtime-spec/blob/v1.0.1/config.md#poststart
1818
[post-stop]: https://github.com/opencontainers/runtime-spec/blob/v1.0.1/config.md#poststop
1919
[pre-start]: https://github.com/opencontainers/runtime-spec/blob/v1.0.1/config.md#prestart
20+
[runc]: https://github.com/opencontainers/runc
2021
[runtime-spec]: https://github.com/opencontainers/runtime-spec/blob/v1.0.1/spec.md
2122
[spec-hooks]: https://github.com/opencontainers/runtime-spec/blob/v1.0.1/config.md#posix-platform-hooks

0 commit comments

Comments
 (0)