Files
podman/docs/source/markdown/options/uts.container.md
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

535 B

####> This option file is used in: ####> podman create, run ####> If file is edited, make sure the changes ####> are applicable to all of those.

--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.