Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Because...?


Because docker is made for server apps. Flatpak is for desktop apps. Docker comes with batteries included to keep things running 24 7


What percentage of people install this on their own computers?

Docker is much less manageable locally than, say, systemd or supervisor.

The only thing (which is something) that docker has going for it is that it's cross platform. But the same argument can be made for writing apps using electron. If you're going to do that, fine, but acknowledge the compromise. It's not better.


It is not. What if this app needs python 3.11? How do I guarantee that in the environment for all linux distros?


If portability is a project goal, maybe pick a language that is actually portable (which python is not). This is almost exactly the argument for Electron: I want a portable app written in js + html, therefore I need to include a js runtime (i.e. chromium + node) with it.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: