mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
Docker creates a UTS namespace by default, even with --net=host, so it is reasonable to let the user set the hostname. Note that --hostname is forbidden if the user specifies --uts=host. Closes #12076 Signed-off-by: Jason Heiss <jheiss@aput.net>