Hacker News new | ask | show | jobs
by winrid 1543 days ago
Because the code runs in a VM already, they are not concerned about isolating further.

For example, if you're writing code in C++ targeting Linux, using Docker helps with reproducible builds and deploying on any hardware.

But if you have a VM, there are less advantages. There still are some, of course, with orchestration etc if you want it.

1 comments

I guess I was implying that I don't view the benefits between the prior and the later as an onto mapping.