Skip to content

Commit 8941dda

Browse files
committed
config: Specify height/width units (characters) for consoleSize
This is pretty clear from the examples like: "consoleSize": { "height": 25, "width": 80 } But examples are not normative, so this commit makes the character units normative. Signed-off-by: W. Trevor King <[email protected]>
1 parent 0946333 commit 8941dda

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
@@ -124,7 +124,7 @@ For Windows, see [mountvol][mountvol] and [SetVolumeMountPoint][set-volume-mount
124124

125125
* **`terminal`** (bool, OPTIONAL) specifies whether a terminal is attached to that process, defaults to false.
126126
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].
127-
* **`consoleSize`** (object, OPTIONAL) specifies the console size of the terminal if attached, containing the following properties:
127+
* **`consoleSize`** (object, OPTIONAL) specifies the console size in characters of the terminal if attached, containing the following properties:
128128
* **`height`** (uint, REQUIRED)
129129
* **`width`** (uint, REQUIRED)
130130
* **`cwd`** (string, REQUIRED) is the working directory that will be set for the executable.

0 commit comments

Comments
 (0)