Is it possible to configure later (20+) versions of Ubuntu to NOT (ever) use containers such as snap and docker? So tired of seeing these tools consume all the resources. Would prefer to run natively as this is a stand-alone machine and doesn't need/warrant containers of any type.
Thanks!
--mike
Kind of a follow-up: If Ubuntu isn't capable of isolating itself from container reliance, is there a linux variant that will?
snapd
. Same for Docker packages (which are NOT preinstalled on any standard Ubuntu images/installs). – Thomas Ward Jun 08 '22 at 16:44Anything not running natively is a container afaic as it adds some overhead to the existing system.
I shut down a system today where the snaps and containers (for you, Thomas) were spazzing out my system to the point where the cpu was at 3% but load was hovering at over 9.0 and only snaps and dockers headed the active list. Geh. Great point about dockers not being native - I've no issue nuking those off the box. If there's not a native version of a snap app, then I don't need to run it. Thanks. Closing.
– Micheal Shallop Jun 08 '22 at 22:55