Skip to content

Commit

Permalink
Merge pull request opencontainers#617 from wking/process.terminal-opt…
Browse files Browse the repository at this point in the history
…ional-case

config: Fix 'optional' -> 'OPTIONAL' for process.terminal
  • Loading branch information
hqhq authored Nov 15, 2016
2 parents 780fc67 + 458d998 commit b69dcba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ See links for details about [mountvol](http://ss64.com/nt/mountvol.html) and [Se

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

* **`terminal`** (bool, optional) specifies whether a terminal is attached to that process, defaults to false.
* **`terminal`** (bool, OPTIONAL) specifies whether a terminal is attached to that process, defaults to false.
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].
* **`consoleSize`** (object, OPTIONAL) specifies the console size of the terminal if attached, containing the following properties:
* **`height`** (uint, REQUIRED)
Expand Down

0 comments on commit b69dcba

Please sign in to comment.