top | item 39285426

(no title)

pugz | 2 years ago

This is a great idea for a project. You should also make it work as a Docker logging driver plugin[1] so that people can easily view their local Docker container logs through Logdy

[1]: https://docs.docker.com/config/containers/logging/plugins/

discuss

order

piterrro|2 years ago

Interesting, I'll take a look at it. I was thinking specifically about Docker usage and right now you can do like this

$ logdy stdin 'docker logs --follow my_container_name'

I guess writing a logging driver plugin will enable better experience to the user. I'll investigate it, thanks for the nudge!