From f8deb14ab65e09bbd63b9d64a9aeb5669fb3e949 Mon Sep 17 00:00:00 2001 From: Lai Jiangshan Date: Tue, 29 Dec 2015 11:14:40 +0800 Subject: [PATCH] hostname is required for new UTS namespace Signed-off-by: Lai Jiangshan --- config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.md b/config.md index a3c132ae3..4207f5338 100644 --- a/config.md +++ b/config.md @@ -104,7 +104,7 @@ For Linux-based systems the user structure has the following fields: ## Hostname -* **`hostname`** (string, optional) as it is accessible to processes running inside. On Linux, you can only set this if your bundle creates a new [UTS namespace][uts-namespace]. +* **`hostname`** (string, optional) as it is accessible to processes running inside. On Linux, you can only set and MUST set this if your bundle creates a new [UTS namespace][uts-namespace]. *Example*