---
myst:
html_meta:
description: Understanding virtualization and containers on Ubuntu Server including VMs, OpenStack, Docker, LXD, and ROCK images.
---
(explanation-virtualisation)=
# Virtualisation and containers
* {ref}`Introduction to virtualization ` discusses and disambiguates between virtualization and containers
```{toctree}
:hidden:
intro-to/virtualisation
```
## Virtualization
* {ref}`VM tools overview ` gives more details about the virtual machines available in Ubuntu
We also give further details on some specific usage scenarios here:
* {ref}`QEMU microvm `
* {ref}`Upgrading the machine type of your VM `
```{toctree}
:hidden:
VM tools overview
QEMU microvm
Upgrade VM machine type
```
## Containers
* {ref}`Container tools overview ` gives more details about the popular container technologies available in Ubuntu
There are more detailed discussions on specific technologies here:
* {ref}`About rock images `
* {ref}`Docker storage, networking, and logging `
```{toctree}
:hidden:
Container tools overview
About rock images
Docker storage, networking, and logging
```
## Other virtualisation tools
* {ref}`About OpenStack ` provides an introduction to OpenStack
```{toctree}
:hidden:
About OpenStack
```
## See also
* How-to: {ref}`how-to-virtualisation`
* How-to: {ref}`how-to-containers`