mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 10:15:52 +03:00
[GH-ISSUE #212] Sidecar pattern supported? #143
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#143
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @darkl0rd on GitHub (May 31, 2020).
Original GitHub issue: https://github.com/mthenw/frontail/issues/212
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.