Files
Daniel J Walsh 7665bbc127 Remove 'you' from man pages
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2022-12-07 09:29:29 -05:00

12 lines
441 B
Markdown

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