问HN:如果我放弃Docker Compose,我算是一个坏人吗?

2作者: travisgriggs7 个月前原帖
我以前只是用一些 systemd 文件和脚本来搭建我的服务器。但最近我决定跟随潮流,尝试使用 Docker。 这让我感到非常沮丧。我理解它所声称的优点(封装、隔离等),但我最近遇到一个构建回退的问题,原因我无法弄清楚(这只是一个使用 TimescaleDB 的 Elixir Phoenix 应用)。突然之间,我的数据库初始化脚本不再运行了(我确实对服务器进行了 apt update)。 我发现自己面对着如此多的工具层次。我们是一个(非常)小的团队,我只需要一些可以理解和管理的技术,而不必与大型语言模型争论如何诊断或修复问题。 这是一个困难的阶段,我需要鼓励,最终会“明白一切”吗?还是我更应该利用我以前的知识和技能来搭建这个东西?
查看原文
I used to just put my servers together with some systemd files and scripts. But I recently decided to finally follow the herd and do the docker thing.<p>It has been so frustrating for me. I get the supposed plus (encpasulation, isolation, etc), but I just had a build that regressed for reasons I can not figure out (it&#x27;s just an Elixir Phoenix app with a timescaledb). Out of the blue, my db init scripts aren&#x27;t running all of a sudden (I did apt update the servers).<p>I just find myself staring at so many layers of tools. We&#x27;re a (very) small team and I just need tech that can be understood and managed and that I don&#x27;t have to arguments with LLMs about how to diagnose&#x2F;fix.<p>Is this just a rough spot, and I need to be cheered on and I&#x27;ll eventually &quot;get it all&quot;? Or would I be better just using my oldtimer knowledge skills to set the thing up?