I mysteriously stopped needing vmware or virtualbox the year docker came out, I wonder why...
"7 Ways to Escape a Container" - https://www.panoptica.app/research/7-ways-to-escape-a-contai...
Are these serious threats? I mean it seems like common sense that if you give a malicious container elevated privileges, it can do bad stuff.
Is a VM any different? If you create a VM and add your host's / directory as a share with write permissions (allowing the VM to modify your host filesystem/binaries) does that mean VMs are bad at isolation and shouldn't be used? Because that's what these "7 ways to escaper a container" ways look like to me.