diff --git a/docs/reference/run.md b/docs/reference/run.md index 4d6565a11d..eecc4a5765 100644 --- a/docs/reference/run.md +++ b/docs/reference/run.md @@ -121,7 +121,7 @@ and pass along signals. All of that is configurable: -a=[] : Attach to `STDIN`, `STDOUT` and/or `STDERR` -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 If you do not specify `-a` then Docker will [attach all standard