Skip to main content
added 10 characters in body
Source Link
Mike
  • 11
  • 2

Containers run on single kernel. In other words all containers have single kernel (Host OS). Whereas on other hand hypervisors have multiple kernals. Each virtual machine runs on different kernel.

And "docker run ubuntu" is just like to creating chroot environment.

Containers run on single kernel. In other words all containers have single kernel. Whereas on other hand hypervisors have multiple kernals. Each virtual machine runs on different kernel.

And "docker run ubuntu" is just like to creating chroot environment.

Containers run on single kernel. In other words all containers have single kernel (Host OS). Whereas on other hand hypervisors have multiple kernals. Each virtual machine runs on different kernel.

And "docker run ubuntu" is just like to creating chroot environment.

Source Link
Mike
  • 11
  • 2

Containers run on single kernel. In other words all containers have single kernel. Whereas on other hand hypervisors have multiple kernals. Each virtual machine runs on different kernel.

And "docker run ubuntu" is just like to creating chroot environment.