Skip to content

Instantly share code, notes, and snippets.

@anishcorratech
Created November 3, 2020 07:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anishcorratech/b7a8458786b7e255f2bdae1fc4fc0208 to your computer and use it in GitHub Desktop.
Save anishcorratech/b7a8458786b7e255f2bdae1fc4fc0208 to your computer and use it in GitHub Desktop.
Corra Devops Card Series - VM and Docker differences

Virtual Machines

The commonly used hypervisors:

  • Qemu-KVM
  • Libvirt
  • VMware
  • Virtualbox.

These softwares offers instruction-set level virtualization.

Containers

The commonly used Container Runtime Environments (CRE) are:

  • LXC
  • OpenVZ
  • Docker
  • CoreOS RKT
  • Containerd.

These softwares offers process level virtualization.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment