Merge pull request #3365 from eriksjolund/documentation_fix_example_in_oci-hooks.5.md

Fix example in oci-hooks.5.md
This commit is contained in:
OpenShift Merge Robot 2019-06-19 13:53:38 +02:00 committed by GitHub
commit 589b12dbc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ $ cat /etc/containers/oci/hooks.d/oci-systemd-hook.json
"path": "/usr/libexec/oci/hooks.d/oci-systemd-hook"
}
"when": {
"args": [".*/init$" , ".*/systemd$"],
"commands": [".*/init$" , ".*/systemd$"],
},
"stages": ["prestart", "poststop"]
}