What are main differences between these Docker
drivers? Why is libcontainer
better than LXC
driver? Why should we use libcontainer
, which are its benefits on practical way?
Asked
Active
Viewed 1,219 times
1

plaidshirt
- 261
- 4
- 12
1 Answers
2
Libcontainer is built into the code of Docker and clearly their favored choice.
Using a built-in library reduces dependencies and other moving parts, so it should be faster and can be considered more stable.
All is explained in more detail in the Docker Blog.

vic
- 973
- 1
- 10
- 22