Merge pull request #22605 from flo-at/main

[CI:DOCS]Add missing option 'healthy' to output of `podman run --help`
This commit is contained in:
openshift-merge-bot[bot]
2024-05-06 13:54:00 +00:00
committed by GitHub

View File

@ -418,7 +418,7 @@ func DefineCreateFlags(cmd *cobra.Command, cf *entities.ContainerCreateOptions,
createFlags.StringVar(
&cf.SdNotifyMode,
sdnotifyFlagName, cf.SdNotifyMode,
`control sd-notify behavior ("container"|"conmon"|"ignore")`,
`control sd-notify behavior ("container"|"conmon"|"healthy"|"ignore")`,
)
_ = cmd.RegisterFlagCompletionFunc(sdnotifyFlagName, AutocompleteSDNotify)