|
|
|
|
|
by nix23
1346 days ago
|
|
Containers are marketing slang for operating-system virtualization. >the lack of isolation is what enables composibility of containers Oh really? So containers are not isolated to each other...that's some news...bad ones ;) BTW are you from a marketing department? ....composibility....stop with that stinking shit please. |
|
Containers are considerably more than virtualization[1], which is why jails/zones/kvm never took off, but Docker did.
> Oh really? So containers are not isolated to each other...that's some news...bad ones
Indeed, containers make for very poor security boundaries. But there are upsides to sharing the same kernel.
> composibility....stop with that stinking shit please.
Are you unfamiliar with "composition" as a software design/architecture term? One can create and bundle (Docker) containers that work together and have a shared network interface in a way that jails can't. As an example, a reverse proxy + service backend + db working in concert.
1. Disk storage format, standardized packaging descriptor, repository.