|
|
|
|
|
by stephenc_c_
3043 days ago
|
|
That's essentially what Docker containers have done to server-side applications. Every application is isolated from the host in a container and bundled with only the dependencies it needs. The only shared component is the kernel and anything you mount into it from the host. |
|