Fix some errant links

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit 2015-10-22 16:59:16 +10:00 committed by Tibor Vass
parent 91fbce30e8
commit 428a089858

View File

@ -126,9 +126,8 @@ and pass along signals. All of that is configurable:
-i=false : Keep STDIN open even if not attached -i=false : Keep STDIN open even if not attached
If you do not specify `-a` then Docker will [attach all standard If you do not specify `-a` then Docker will [attach all standard
streams]( https://github.com/docker/docker/blob/ streams]( https://github.com/docker/docker/blob/75a7f4d90cde0295bcfb7213004abce8d4779b75/commands.go#L1797).
75a7f4d90cde0295bcfb7213004abce8d4779b75/commands.go#L1797). You can You can specify to which of the three standard streams (`STDIN`, `STDOUT`,
specify to which of the three standard streams (`STDIN`, `STDOUT`,
`STDERR`) you'd like to connect instead, as in: `STDERR`) you'd like to connect instead, as in:
$ docker run -a stdin -a stdout -i -t ubuntu /bin/bash $ docker run -a stdin -a stdout -i -t ubuntu /bin/bash