mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Document that detach keys are a list of key bindings
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
b24ded193f
commit
3bf821054e
1 changed files with 2 additions and 2 deletions
|
@ -107,8 +107,8 @@ directives, see the
|
||||||
Once attached to a container, users detach from it and leave it running using
|
Once attached to a container, users detach from it and leave it running using
|
||||||
the using `CTRL-p CTRL-q` key sequence. This detach key sequence is customizable
|
the using `CTRL-p CTRL-q` key sequence. This detach key sequence is customizable
|
||||||
using the `detachKeys` property. Specify a `<sequence>` value for the
|
using the `detachKeys` property. Specify a `<sequence>` value for the
|
||||||
property. The format of the `<sequence>` is either a letter [a-Z], or the `ctrl-`
|
property. The format of the `<sequence>` is a comma-separated list of either
|
||||||
combined with any of the following:
|
a letter [a-Z], or the `ctrl-` combined with any of the following:
|
||||||
|
|
||||||
* `a-z` (a single lowercase alpha character )
|
* `a-z` (a single lowercase alpha character )
|
||||||
* `@` (ampersand)
|
* `@` (ampersand)
|
||||||
|
|
Loading…
Add table
Reference in a new issue