Skip to content

Commit b69dcba

Browse files
authored
Merge pull request #617 from wking/process.terminal-optional-case
config: Fix 'optional' -> 'OPTIONAL' for process.terminal
2 parents 780fc67 + 458d998 commit b69dcba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ See links for details about [mountvol](http://ss64.com/nt/mountvol.html) and [Se
118118

119119
**`process`** (object, REQUIRED) configures the container process.
120120

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.
122122
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].
123123
* **`consoleSize`** (object, OPTIONAL) specifies the console size of the terminal if attached, containing the following properties:
124124
* **`height`** (uint, REQUIRED)

0 commit comments

Comments
 (0)