|
|
|
|
|
by teacup50
4236 days ago
|
|
In this case, the problem isn't being solved -- solving the problem would mean moving away from dependencies on the global OS namespace by relearning how to write self-contained applications (some people never forgot). Containers are just a big wad of duct tape holding together the ball of mud that comprises most web applications' server-side components. Add containers, and you haven't solved the problem, you've just made two problems. |
|
Take all the nastiness and throw it into a box, without needing to contact Ops to reserve memory and provision a VM.
IMO, it's one of the major reasons why Enterprises get so excited about Docker. Legacy app dependency issues are horrible once you get past a certain scale.
VM's are expensive and non-self-service at most orgs since they tie up RAM and licenses.