mirror of https://github.com/docker/cli.git
Removing made up word
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
7fa96238a6
commit
f5f5b31358
|
@ -121,7 +121,7 @@ and pass along signals. All of that is configurable:
|
||||||
|
|
||||||
-a=[] : Attach to `STDIN`, `STDOUT` and/or `STDERR`
|
-a=[] : Attach to `STDIN`, `STDOUT` and/or `STDERR`
|
||||||
-t=false : Allocate a pseudo-tty
|
-t=false : Allocate a pseudo-tty
|
||||||
--sig-proxy=true: Proxify all received signal to the process (non-TTY mode only)
|
--sig-proxy=true: Proxy all received signals to the process (non-TTY mode only)
|
||||||
-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
|
||||||
|
|
Loading…
Reference in New Issue