Docker Tutorial 4: VM v/s LXC v/s Docker

preview_player
Показать описание
In this video we'll see what is the difference between VM, LXC and docker containers in brief.

------------
Don't forget to subscribe and like the video if you enjoyed :)
Рекомендации по теме
Комментарии
Автор

I an afraid that you misunderstand how LXC works, and in the result you have drawn wrong conclusions.
Docker is a single-purpose _application virtualization_ and LXC is a multi-purpose _operating system_ virtualization.
If one looks for a portability and scalability of the application / micro-service, Docker and Kubernetes is a good choice. If one would like to have several (or even thousands of) portable systems on a single computer, LXC is a good choice.

krzychaczu
Автор

completely wrong summary of at least LXC

Quarknjaguar
Автор

Dude are you kidding? I wanted to know the difference between LXC and Docker, but you've completely messed with LXC.

halavich
Автор

Very informative.
One question: I've developed a scraper using selenium and python. But I'm confused where should i deploy it. Scraper extracts and saves into azure tables.

Thanks

RDX
Автор

Sorry mate, you didn't actually explain the difference

imnottellingyoumyname
Автор

There's a lot of verbiage in the video. You have clearly just said Docker uses a lot of functionality available to it in its tech stack to do what it does. Duh. Also, I couldn't find an explanation to LXC vs Docker on a system software level.

ishanmittal
Автор

For a more detailed understanding, you can watch the video in the link given below, which illustrates the fundamental concepts around containerization along with Linux containers, docker, and Kubernetes. #lxd #lxc #docker #kubernetes

KnowledgeResourceKR