mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-06 13:41:36 +00:00
Corrected description of --sig-proxy
Signal proxy does work only in non-TTY mode (--tty=false). Man pages and commands should not lie about it. Signed-off-by: Michal Minar <miminar@redhat.com>
This commit is contained in:
@@ -85,7 +85,7 @@ This will display the help text and all available flags:
|
||||
Attach to a running container
|
||||
|
||||
--no-stdin=false: Do not attach stdin
|
||||
--sig-proxy=true: Proxify all received signal to the process (even in non-tty mode)
|
||||
--sig-proxy=true: Proxify all received signal to the process (non-TTY mode only)
|
||||
|
||||
> **Note:**
|
||||
> You can see a full list of Docker's commands
|
||||
|
||||
Reference in New Issue
Block a user