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

     1  ####> This option file is used in:
     2  ####>   podman pod clone, pod create
     3  ####> If file is edited, make sure the changes
     4  ####> are applicable to all of those.
     5  #### **--uts**=*mode*
     6  
     7  Set the UTS namespace mode for the pod. The following values are supported:
     8  
     9  - **host**: use the host's UTS namespace inside the pod.
    10  - **private**: create a new namespace for the pod (default).
    11  - **ns:[path]**: run the pod in the given existing UTS namespace.