Abstract


  • Virtualization is a technology that allows you to create multiple simulated, or “virtual,” computer environments on a single physical machine

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