Hacker News new | ask | show | jobs
by AznHisoka 524 days ago
This is a blessing and a curse. If there is a bug or something that you need to debug in it, it can be painful
1 comments

I don't find debugging in docker containers difficult, but maybe that's only because I've been doing selfhosted stuff in docker for a few years. Usually exec'ing into a bash she'll inside the container satisfies my need to easily run commands inside the container.

What about debugging is difficult for you when docker containers are involved?