standard-build/lxd/readme.md

8 lines
92 B
Markdown
Raw Permalink Normal View History

2023-01-12 20:03:29 +00:00
# LXD
```bash
apt install snapd
snap install lxd
lxd init
lxc launch ubuntu:22.04 --vm
```