github.com/containers/podman/v5@v5.1.0-rc1/docs/source/markdown/options/health-cmd.md (about)

     1  ####> This option file is used in:
     2  ####>   podman create, run
     3  ####> If file is edited, make sure the changes
     4  ####> are applicable to all of those.
     5  #### **--health-cmd**=*"command"* | *'["command", "arg1", ...]'*
     6  
     7  Set or alter a healthcheck command for a container. The command is a command to be executed inside the
     8  container that determines the container health. The command is required for other healthcheck options
     9  to be applied. A value of **none** disables existing healthchecks.
    10  
    11  Multiple options can be passed in the form of a JSON array; otherwise, the command is interpreted
    12  as an argument to **/bin/sh -c**.