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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,8 @@ For Linux and Solaris based systems the mounts structure has the following field
142
142
143
143
***`terminal`** (bool, OPTIONAL) specifies whether a terminal is attached to that process, defaults to false.
144
144
As an example, if set to true on Linux a pseudoterminal pair is allocated for the container process and the pseudoterminal slave is duplicated on the container process's [standard streams][stdin.3].
145
-
***`consoleSize`** (object, OPTIONAL) specifies the console size in characters of the terminal if attached, containing the following properties:
145
+
***`consoleSize`** (object, OPTIONAL) specifies the console size in characters of the terminal.
146
+
Runtimes MUST ignore `consoleSize` if `terminal` is `false` or unset.
146
147
***`height`** (uint, REQUIRED)
147
148
***`width`** (uint, REQUIRED)
148
149
***`cwd`** (string, REQUIRED) is the working directory that will be set for the executable.
0 commit comments