|
|
|
|
|
by SXX
602 days ago
|
|
Not someone you asked, but I personally tend to avoid it because it makes my system less transparent to me. Isolated self contained containers are cool for enterprise setting with huge fleets of machines, frequent updates, etc. But it's not optimal for desktop Linux atm because no one secured any of desktop APIs and there are no easy way to inspect WTF each container is doing and why. Is it ships outdated deps? Is there crypto miner in or its just random hung process eating 100% of one cpu core? Basically each app in self contained container have its own universe and you will never figure out what exactly its doing. So its turn your system into a black box. As maintainer of OSS software and game developer I totally get the appeal, but as user I love Linux exactly because it's give me more transparency and I dont want to lose it. |
|