blob: 6c525ac5b0dd7dd3e30f171d486aeddf881820d3 (
plain)
1
2
3
4
5
|
#### **--hostname**, **-h**=*name*
Container host name
Sets the container host name that is available inside the container. Can only be used with a private UTS namespace `--uts=private` (default). If `--pod` is specified and the pod shares the UTS namespace (default) the pod's hostname will be used.
|