Hacker News new | ask | show | jobs
by BrandoElFollito 529 days ago
I self host about 30 services. Each of them is in a docker container and I do not know what happens inside.

I only configure the startup in a YAML file and I am done. Works great.

1 comments

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
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?