|
|
|
|
|
by WirelessGigabit
1072 days ago
|
|
I disagree. Docker is the one thing that works on MANY flavors of Linux. If I want to provide a tool I want to spend my time on building the tool, not building an rpm, a snap, a deb, ... The Docker build process is significantly easier. For example, I can just pull in NodeJS 20. I can't do that on Ubuntu. It's not available on packages.ubuntu.com. Building a deb/snap/rpm is a whole other language to understand how dependencies are set up. And then I need to test those. I've never even ran CentOS. |
|