Tempting Shortcuts
Working notes on the slower path

Notes > Tech > here

notes on various virtualisation approaches

We have been using VMware

There are two major approaches (1) containers and (2) virtualisation

Containers

LXC

  • LXC, LXD https://linuxcontainers.org - this aims at ‘system containers’ which are a full virtual environment, without multiple kernels and hardware simulation

Docker

Virtualisation

Here both the hardware and operating system levels are virualised and presented to the guest systems.

  • VMware
  • KVM

KVM

Putting it all together