You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: