5 ms·
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 containe
by pugz 3y 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/ https://docs.docker.com/config/containers/logging/plugins/
- piterrro 3y agoInteresting, 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!