Carry PR 12008 for contributor

Closes #8040
Remove a tic for the hawk

Signed-off-by: Mary Anthony <mary@docker.com>
This commit is contained in:
Mary Anthony 2015-04-07 13:25:48 -07:00
parent 4d4f201a4d
commit 87e70b6831
1 changed files with 9 additions and 3 deletions

View File

@ -84,14 +84,20 @@ be set to the non-default value by explicitly setting them to `false`:
### Multi
Options like `-a=[]` indicate they can be specified multiple times:
You can specify options like `-a=[]` multiple times in a single command line,
for example in these commands:
$ docker run -a stdin -a stdout -a stderr -i -t ubuntu /bin/bash
$ docker run -a stdin -a stdout -i -t ubuntu /bin/bash
$ docker run -a stdin -a stdout -a stderr ubuntu /bin/ls
Sometimes this can use a more complex value string, as for `-v`:
Sometimes, multiple options can call for a more complex value string as for `-v`:
$ docker run -v /host:/container example/mysql
> **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`.
### Strings and Integers
Options like `--name=""` expect a string, and they