-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
Add experimental Docker log follower implementation #125
base: master
Are you sure you want to change the base?
Conversation
Code Climate has analyzed commit a00de11 and detected 0 issues on this pull request. View more on Code Climate. |
Oh, wow. 😍 Thanks for the contribution. 👍 I'll take a look shortly. |
Tried to use this with https://github.com/nginx-proxy/nginx-proxy, but nginx-proxy prepends "nginx.1 |" to the log messages, don't see a way configure the 'format' to include/ignore those, would love to hear if it i possible |
There has not been any activity to this pull request in the last 30 days. It will automatically be closed after 7 more days. Remove the |
I've tested this feature and works correctly. |
I could use this as well. Is there any other interest in re-opening this PR? |
Re-opening for now. I still remember wanting to test some edge cases on this, but then I lost track of this one... I'll give it another look shortly. |
There has not been any activity to this pull request in the last 30 days. It will automatically be closed after 7 more days. Remove the |
There has not been any activity to this pull request in the last 30 days. It will automatically be closed after 7 more days. Remove the |
This would be extremely helpful ! |
…the original repository); updated dependencies and upgraded Go version to 1.23.
I saw this issue was marked as help wanted here #67 and decided to take a stab at it since I need this feature too.
The instructions on how to use are in the README, but basically you enable experimental features, mount the host's docker socket to the container, and add the following to the config: