Merge pull request #23331 from yongtang/06062016-docs-typo
Fix a couple of typos in the docs of `docker attach`
This commit is contained in:
commit
3d8fdbb626
2 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ foreground over a slow client connection. Instead, users should use the
|
|||
|
||||
If you want, you can configure an override the Docker key sequence for detach.
|
||||
This is useful if the Docker default sequence conflicts with key sequence you
|
||||
use for other applications. There are two ways to defines a your own detach key
|
||||
use for other applications. There are two ways to define your own detach key
|
||||
sequence, as a per-container override or as a configuration property on your
|
||||
entire configuration.
|
||||
|
||||
|
|
|
@ -45,7 +45,7 @@ attaching to a tty-enabled container (i.e.: launched with `-t`).
|
|||
|
||||
If you want, you can configure an override the Docker key sequence for detach.
|
||||
This is useful if the Docker default sequence conflicts with key sequence you
|
||||
use for other applications. There are two ways to defines a your own detach key
|
||||
use for other applications. There are two ways to define your own detach key
|
||||
sequence, as a per-container override or as a configuration property on your
|
||||
entire configuration.
|
||||
|
||||
|
|
Loading…
Reference in a new issue