Abstract


  • Virtualisation is a software emulation of hardware. It allows you to have multiple OS running inside a host OS

Type 1 hypervisor

Type 2 hypervisor

Virtualisation Tools


Vagrant

  • A piece of software to manage VMs with ease
  1. Install VirtualBox
  2. Install Vagrant
brew tap hashicorp/tap
brew install hashicorp/tap/hashicorp-vagrant
vagrant plugin install vagrant-share

QEMU

  • Powerful open-source machine emulator and virtualizer
brew install qemu