Skip to content

Commit 8afffa1

Browse files
committed
Docs on sig-proxy are wrong, we support TTY
Also, we don't proxy SIGURG (Golang uses it internally for waking threads, so Go processes get it constantly (see [1] for more details). [1] golang/go#37942 Signed-off-by: Matt Heon <[email protected]>
1 parent 957523e commit 8afffa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/markdown/options/sig-proxy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
####> are applicable to all of those.
55
#### **--sig-proxy**
66

7-
Proxy received signals to the container process (non-TTY mode only). SIGCHLD, SIGSTOP, and SIGKILL are not proxied.
7+
Proxy received signals to the container process. SIGCHLD, SIGURG, SIGSTOP, and SIGKILL are not proxied.

0 commit comments

Comments
 (0)