standard-build/lxd/readme.md

8 lines
92 B
Markdown

# LXD
```bash
apt install snapd
snap install lxd
lxd init
lxc launch ubuntu:22.04 --vm
```