Comment on Virtual Machines vs LXC vs Docker: What’s the Real Difference?

Neptr@lemmy.blahaj.zone ⁨2⁩ ⁨days⁩ ago

In order of most to least secure

VM > Docker+GVisor > Docker/LXC

Docker+GVisor is good middle ground because it provides the guest container with an application kernel in a memory safe language and reduced syscall attack surface to avoid kernel container escapes. Docker/LXC share the kernel with the host.

source
Sort:hotnewtop