Bug 1121689
Summary: | docker in tty mode multiplexes stdout&stderr into stdout | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Lukáš Doktor <ldoktor> |
Component: | docker | Assignee: | Matthew Heon <mheon> |
Status: | CLOSED CANTFIX | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 7.0 | CC: | dwalsh, jrieden |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-09-15 21:56:23 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Lukáš Doktor
2014-07-21 15:25:36 UTC
This looks like in -t mode it always prints stderr to stdout Opened an issue https://github.com/docker/docker/issues/8040 Response is "This is by-design. Seems like multiplexing can't be implemented for pty. There was some proposals about warnings when -t and -a stderr passed together." So I guess I will close this as cantfix Hey I'd love to see the warning when -a stderr is used with tty. If not would it be possible to have this in man pages? |