-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
logging: new mode -l passthrough #289
Conversation
@haircommander PTAL |
b719e03
to
9924797
Compare
LGTM |
LGTM |
I see the following error in the tests: Are we using the correct binary for the CI? :-) |
I'll take a look at what is going on |
ff57641
to
d247246
Compare
5368dfe
to
5a4f735
Compare
5a4f735
to
9802620
Compare
Signed-off-by: Giuseppe Scrivano <[email protected]>
Signed-off-by: Giuseppe Scrivano <[email protected]>
Signed-off-by: Giuseppe Scrivano <[email protected]>
when passthrough is specified, the std stream files are passed directly to the container without conmon intercepting them. Signed-off-by: Giuseppe Scrivano <[email protected]>
9802620
to
7e126e8
Compare
rebased. @haircommander does it look good to you? |
LGTM, thanks! |
it allows to pass the current std streams down to the container. conmon support: containers/conmon#289 [NO TESTS NEEDED] it needs a new conmon. Signed-off-by: Giuseppe Scrivano <[email protected]>
when passthrough is specified, the std stream files are passed directly to the container without conmon intercepting them.
Signed-off-by: Giuseppe Scrivano [email protected]