You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ For Linux-based systems the user structure has the following fields:
104
104
105
105
## Hostname
106
106
107
-
***`hostname`** (string, optional) as it is accessible to processes running inside.
107
+
***`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].
108
108
109
109
*Example*
110
110
@@ -126,3 +126,5 @@ For Linux-based systems the user structure has the following fields:
126
126
127
127
Interpretation of the platform section of the JSON file is used to find which platform-specific sections may be available in the document.
128
128
For example, if `os` is set to `linux`, then a JSON object conforming to the [Linux-specific schema](config-linux.md) SHOULD be found at the key `linux` in the `config.json`.
0 commit comments