In this post I’ll describe a convenient approach to debugging a node.js docker container, using the library node-inspector. I think it’s also an interesting case study on how sometimes you need to think a little differently when working with containers. Although it’s possible to debug node.
Full article