---
myst:
html_meta:
description: Deploy and manage containers on Ubuntu Server using LXD, Docker, and ROCK images with these practical guides.
---
(how-to-containers)=
# Containers
Containers are a lightweight, portable virtualization technology. They package software together with its dependencies so that applications can run consistently even across different environments.
* {ref}`LXD `
* {ref}`Docker for sysadmins `
* {ref}`How to run rocks on your server `
```{toctree}
:hidden:
LXD
Docker for sysadmins
How to run rocks on your server
```
## See also
* Explanation: {ref}`explanation-virtualisation`