diff --git a/docs/source/markdown/options/hooks-dir.run.md b/docs/source/markdown/options/hooks-dir.run.md new file mode 100644 index 00000000000..992fc28be06 --- /dev/null +++ b/docs/source/markdown/options/hooks-dir.run.md @@ -0,0 +1,9 @@ +####> This option file is used in: +####> podman run +####> If file is edited, make sure the changes +####> are applicable to all of those. +#### **--hooks-dir** + +Specify directories containing OCI (Open Container Initiative) hook configuration files. + +Each `*json*` file in the path configures a OCI hook for Podman containers. Read the documentation for more information about the [the different hook properties and configuration](https://specs.opencontainers.org/runtime-spec/config/#posix-platform-hooks). diff --git a/docs/source/markdown/podman-run.1.md.in b/docs/source/markdown/podman-run.1.md.in index 7f2750019e5..74a2c9b21b6 100644 --- a/docs/source/markdown/podman-run.1.md.in +++ b/docs/source/markdown/podman-run.1.md.in @@ -238,6 +238,8 @@ See [**Environment**](#environment) note below for precedence and examples. Print usage statement +@@option hooks-dir.run + @@option hostname.container @@option hosts-file