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
I want to suggest another path, which is unix sockets.
For example, we are using many docker containers on one host, and I'd like to be able to get the logs on real time from the docker.sock.
Thanks
D.
The text was updated successfully, but these errors were encountered:
@panda87 I believe getting logs in real time over unix socket is beyond the scope of what tail should be responsible for, having said that you should be able to tail your log files on your container(s) using this library depending on how/what file system you are using for your containers. If you are still considering to stream your logs over some sort of socket or using docker stream api, you should still be able to do this with a small utility.
I want to suggest another path, which is unix sockets.
For example, we are using many docker containers on one host, and I'd like to be able to get the logs on real time from the docker.sock.
Thanks
D.
The text was updated successfully, but these errors were encountered: