mirror of
https://github.com/docker/cli.git
synced 2025-07-30 17:03:07 +03:00
reference docs: reformat notes
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@ -407,7 +407,9 @@ Sometimes, multiple options can call for a more complex value string as for
|
||||
$ docker run -v /host:/container example/mysql
|
||||
```
|
||||
|
||||
> **Note**: Do not use the `-t` and `-a stderr` options together due to
|
||||
> **Note**
|
||||
>
|
||||
> Do not use the `-t` and `-a stderr` options together due to
|
||||
> limitations in the `pty` implementation. All `stderr` in `pty` mode
|
||||
> simply goes to `stdout`.
|
||||
|
||||
|
Reference in New Issue
Block a user