Hacker News new | ask | show | jobs
by tuyiown 2468 days ago
Not really, for shared ressources, it was not that long before realizing that isolation was necessary for memory, storage has been has been managed via fs with rights since sharing files between processes is handy, shared networking as been a problem from day 1 (port numbers assignation).

Container just homogenise the paradygm for all resources: strict isolation by default, else explicit sharing.

1 comments

Feels even more OS360/IBM :)