1
0
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:
Sebastiaan van Stijn
2020-04-19 17:08:37 +02:00
parent 8919c228bd
commit 6ae5df423a
39 changed files with 246 additions and 129 deletions

View File

@ -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`.