Signed-off-by: John Howard <jhoward@microsoft.com>
| ... | ... |
@@ -121,7 +121,7 @@ and pass along signals. All of that is configurable: |
| 121 | 121 |
|
| 122 | 122 |
-a=[] : Attach to `STDIN`, `STDOUT` and/or `STDERR` |
| 123 | 123 |
-t=false : Allocate a pseudo-tty |
| 124 |
- --sig-proxy=true: Proxify all received signal to the process (non-TTY mode only) |
|
| 124 |
+ --sig-proxy=true: Proxy all received signals to the process (non-TTY mode only) |
|
| 125 | 125 |
-i=false : Keep STDIN open even if not attached |
| 126 | 126 |
|
| 127 | 127 |
If you do not specify `-a` then Docker will [attach all standard |