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

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"]
}