mirror of https://github.com/containers/podman.git
8 lines
284 B
Markdown
8 lines
284 B
Markdown
#### **--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.
|