summaryrefslogtreecommitdiff
path: root/docs/source/markdown/options/uts.container.md
blob: 74a5f33d1c099a0d270dc7cd4fae4b3897e16a79 (plain)
1
2
3
4
5
6
7
8
#### **--uts**=*mode*

Set the UTS namespace mode for the container. The following values are supported:

- **host**: use the host's UTS namespace inside the container.
- **private**: create a new namespace for the container (default).
- **ns:[path]**: run the container in the given existing UTS namespace.
- **container:[container]**: join the UTS namespace of the specified container.