|
|
|
|
|
by doctor_eval
1329 days ago
|
|
As a counterpoint, a disadvantage of deb/rpm is that the installed code can actually scribble crap anywhere they like in your system. Did you just install a setuid program? Did it just install a service? Who knows! As much as I’m not a fan of Docker, it does isolate the container’s file system and other resources from the OS, something that deb/rpm/brew etc don’t do. |
|
This is one big advantage of docker. Applications are actually portable and isolated. We need more of that in our Linux distributions.