Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in DevOps and Agile by (47.6k points)

Why did Docker replace LXC with their own module?

1 Answer

0 votes
by (106k points)

The reason for creating LXC was created to make a “system container” not an “application container”. System container is like a VM, but light, using the same kernel for all the VMs. Those VMs have their own system-v or systemd, services, just like any other virtual machine solution. Docker is application container, images have the minimum required to run a single application only.If you want to learn Docker then you can have a look at the following Docker training course. You can also watch the following Docker video tutorial to know such kind of things.

Browse Categories

...