Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/source/markdown/options/hooks-dir.run.md
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 2 additions & 0 deletions docs/source/markdown/podman-run.1.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down