Skip to content
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

Sidecar pattern supported? #212

Open
darkl0rd opened this issue May 31, 2020 · 0 comments
Open

Sidecar pattern supported? #212

darkl0rd opened this issue May 31, 2020 · 0 comments

Comments

@darkl0rd
Copy link

Maybe this is already possible and I simply don’t know how to configure it.

I am planning on exposing logs for a (dockerized) application through the web, but I don’t want to modify the image of the application. I stumbled upon this project and my thought was to run this as a separate container which would display the logs from said application. However even though stdin is supported, I have no idea how I could have this container attach to the stdout/stderr of my other container.

TL;DR: I want to run this program as a separate container (sidecar) and have it expose the logs my application spits out on stderr/stdout.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant