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

VirtualBox

You can download a Debian Cloud Image and following some of the steps in this script (lines 25-6) to convert the image format and then attach it to an appropriately configured VirtualBox machine (later lines).

This boots up ok, but I’m not sure about the default account setup (but could do this)

Putting it all together