Virtual Machines vs LXC vs Docker: What’s the Real Difference? (www.youtube.com)
from InternetCitizen2@lemmy.world to selfhosted@lemmy.world on 26 Feb 16:49
https://lemmy.world/post/43606507

An informative YT channel I found. I’m sure many people here might already know, but I found it helpful and it makes the comm a good resource for newer folks looking to get a handle on what all these tools do and how they will use them in their selfhosting.

#selfhosted

threaded - newest

comrade_twisty@feddit.org on 26 Feb 17:25 next collapse

Does Lawrence Systems still not publish on peertube?

InternetCitizen2@lemmy.world on 26 Feb 17:38 collapse

I just discovered them, so I’m not sure.

Neptr@lemmy.blahaj.zone on 26 Feb 20:29 collapse

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.