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
config: Fix 'optional' -> 'OPTIONAL' for process.terminal
This happened in c35cf57 (config: Replace "optional" with "OPTIONAL",
2016-09-17, opencontainers#574) but was accidentally rolled back in 52f3cde
(Clarify wording for terminal setting and /dev/console, 2016-07-18,
opencontainers#518).
Signed-off-by: W. Trevor King <[email protected]>
Copy file name to clipboardExpand all lines: config.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ See links for details about [mountvol](http://ss64.com/nt/mountvol.html) and [Se
118
118
119
119
**`process`** (object, REQUIRED) configures the container process.
120
120
121
-
***`terminal`** (bool, optional) specifies whether a terminal is attached to that process, defaults to false.
121
+
***`terminal`** (bool, OPTIONAL) specifies whether a terminal is attached to that process, defaults to false.
122
122
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].
123
123
***`consoleSize`** (object, OPTIONAL) specifies the console size of the terminal if attached, containing the following properties:
0 commit comments