Today's talk: What's a container?
There are a lot of misconceptions about what is really a container, such as those managed with Docker. I was in the camp of the people who thought that a container was some kind of “lightweight virtual machine”, which could not be further from the truth!
The actual technology that is behind a container engine is very different from a virtual machine: in summary, it’s just a chroot
-ed file system, and the Kernel applying strict policies to access and usage of resources.