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

     1  ####> This option file is used in:
     2  ####>   podman build, farm build
     3  ####> If file is edited, make sure the changes
     4  ####> are applicable to all of those.
     5  #### **--runtime-flag**=*flag*
     6  
     7  Adds global flags for the container runtime. To list the supported flags, please consult the manpages of the selected container runtime.
     8  
     9  Note: Do not pass the leading -- to the flag. To pass the runc flag --log-format json to buildah build, the option given is --runtime-flag log-format=json.