Hacker News new | ask | show | jobs
by brettdeveffect 1615 days ago
Isn't that all a "container" is anyway? There is the image ecosystem of docker (which I think is a pretty big success) for the content that will be in the initial bootstrap of the isolated process, but beyond that containers are just very isolated processes no?
1 comments

Yes, a container is just a different kind of process. For that matter, so is a VM. All the supposed differences are just implementation details, like the difference between buses and trains.