You must log in or register to comment.
Another one I’ve used with limited success is ecapture. It can be tricky to debug processes in Docker because you need the ecapture executable with enough permissions to tap the process while also being able to see the libraries that the container uses.
I’ll put this to use and see how well it works.