|
|
|
|
|
by zaarn
2091 days ago
|
|
Well, not quite. The containerization still has advantages. For one you have a solid and predictable baseline system regardless of what distro the user installed. Next you have sandboxing (if properly applied) protecting the user until they install the update (which might be some time). You can also SXS the application in case you want to (ie some feature in the app was removed or changed but you want the new version too). Layered security is the biggest plus here though. |
|
The user might as well just be forced to run your "solid and preditactable baseline system" as his desktop system.
Containers may be massaged to work on servers because at the end of the day most interaction between server programs happens using TCP/IP (sigh). This is an entire different story with desktop programs.